peerplays_migrated/libraries/chain/hardfork.d/1002.hf

7 lines
377 B
Text
Raw Normal View History

// added transaction size check
2019-08-26 08:10:57 +00:00
// Bug fix of update commitee member update
2019-08-26 10:08:24 +00:00
// bitshares-core issue #584 Owner keys of non-immediately required accounts can not authorize a transaction
// https://github.com/bitshares/bitshares-core/issues/584
#ifndef HARDFORK_1002_TIME
2019-08-26 08:10:57 +00:00
#define HARDFORK_1002_TIME (fc::time_point_sec( 1566893013 )) //Tuesday, 27 August 2019 08:03:33 GMT
#endif