Skip to content

Commit

Permalink
fix: adjust hardfork
Browse files Browse the repository at this point in the history
  • Loading branch information
RootkitKiller committed Jan 15, 2020
1 parent 616a0b8 commit e522cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/include/graphene/chain/hardfork.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

#ifndef HARDFORK_1025_TIME
// for testnet after this time modify vote logic
#define HARDFORK_1025_TIME (fc::time_point_sec( 1577088000 )) // for testnet, 2019-12-23T08:00:00(UTC)
#define HARDFORK_1025_TIME (fc::time_point_sec( 1579147200 )) // for testnet, 2020-01-16T04:00:00(UTC)
#endif

// #413 Add operation to claim asset fees
Expand Down

0 comments on commit e522cfd

Please sign in to comment.