MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / TestTime

Function TestTime

src/test/versionbits_tests.cpp:16–16  ·  view source on GitHub ↗

Define a virtual block time, one block per 10 minutes after Nov 14 2014, 0:55:36am */

Source from the content-addressed store, hash-verified

14
15/* Define a virtual block time, one block per 10 minutes after Nov 14 2014, 0:55:36am */
16int32_t TestTime(int nHeight) { return 1415926536 + 600 * nHeight; }
17
18static const Consensus::Params paramsDummy = Consensus::Params();
19

Callers 3

BeginTimeMethod · 0.85
EndTimeMethod · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected