Skip to content

Commit

Permalink
set hardfork time 2018-12-29T12:00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuliting committed Dec 26, 2018
1 parent 4517e37 commit 81df8a9
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 @@ -87,7 +87,7 @@

#ifndef HARDFORK_1015_TIME
// disable udpate_contract for normal account
#define HARDFORK_1015_TIME (fc::time_point_sec( 1545998400 )) // for mainnet, 2018-12-28T12:00:00 UTC
#define HARDFORK_1015_TIME (fc::time_point_sec( 1546084800 )) // for mainnet, 2018-12-29T12:00:00 UTC
#endif

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

0 comments on commit 81df8a9

Please sign in to comment.