1
0
Fork 0
forked from lthn/blockchain

coretests: hardforks are initialized with the defaults for test_generator

This commit is contained in:
sowle 2023-04-11 22:41:08 +02:00
parent 196c08a15f
commit ddd7c21db7
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -50,6 +50,7 @@ test_generator::test_generator()
: m_wallet_test_core_proxy(new wallet_test_core_proxy())
, m_ignore_last_pow_in_wallets(false)
{
m_hardforks = get_default_core_runtime_config().hard_forks; // set default hardforks for tests (will be overriden by test if necessary)
}