WIP, SON operations, cli_wallet commands and RPC

- Decrease SON hardfork time for test purposes
This commit is contained in:
Srdjan Obucina 2019-10-03 19:02:55 +02:00
parent 203ee89218
commit ecfcd8eda1

View file

@ -1,4 +1,4 @@
// SON HARDFORK Monday, September 21, 2020 1:43:11 PM
#ifndef HARDFORK_SON_TIME
#define HARDFORK_SON_TIME (fc::time_point_sec( 1600695791 ))
#define HARDFORK_SON_TIME (fc::time_point_sec( 1000000000 ))
#endif