Define a virtual block time, one block per 10 minutes after Nov 14 2014, 0:55:36am */
| 14 | |
| 15 | /* Define a virtual block time, one block per 10 minutes after Nov 14 2014, 0:55:36am */ |
| 16 | static int32_t TestTime(int nHeight) { return 1415926536 + 600 * nHeight; } |
| 17 | |
| 18 | static const std::string StateName(ThresholdState state) |
| 19 | { |
no outgoing calls
no test coverage detected