Skip to content

Commit

Permalink
update hardfork time for testnet release
Browse files Browse the repository at this point in the history
  • Loading branch information
zuuluuz committed Mar 15, 2019
1 parent 0877b95 commit 37c5786
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 @@ -113,7 +113,7 @@

#ifndef HARDFORK_1021_TIME
// for testnet after this time can be remove contract table
#define HARDFORK_1021_TIME (fc::time_point_sec( 1553040000 )) // for testnet, 2019-03-15T00:00:00(UTC)
#define HARDFORK_1021_TIME (fc::time_point_sec( 1552708800 )) // for testnet, 2019-03-16T04:00:00(UTC)
#endif

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

0 comments on commit 37c5786

Please sign in to comment.