diff --git a/src/test/util/setup_common.h b/src/test/util/setup_common.h index 72a3a620d5a..d03f5baefb8 100644 --- a/src/test/util/setup_common.h +++ b/src/test/util/setup_common.h @@ -227,7 +227,7 @@ struct TestChain100Setup : public TestingSetup { */ std::vector PopulateMempool(FastRandomContext& det_rand, size_t num_transactions, bool submit); - FakeNodeClock m_clock{std::chrono::seconds{1598887952}}; + FakeNodeClock m_clock{std::chrono::seconds{1598887952}}; // 2020-08-31, arbitrary std::vector m_coinbase_txns; // For convenience, coinbase transactions CKey coinbaseKey; // private/public key needed to spend coinbase transactions };