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 | int32_t TestTime(int nHeight) { return 1415926536 + 600 * nHeight; } |
| 17 | |
| 18 | static const Consensus::Params paramsDummy = Consensus::Params(); |
| 19 |
no outgoing calls
no test coverage detected