forked from lthn/blockchain
potential fix for call_COMMAND_RPC_GET_EST_HEIGHT_FROM_DATE in wallet
This commit is contained in:
parent
7999e6ed56
commit
56de784054
1 changed files with 1 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ bool test_generator::build_wallets(const blockchain_vector& blocks,
|
|||
wallets.back()->assign_account(a);
|
||||
wallets.back()->get_account().set_createtime(0);
|
||||
wallets.back()->set_core_proxy(tmp_proxy);
|
||||
wallets.back()->set_minimum_height(0);
|
||||
|
||||
currency::core_runtime_config pc = cc;
|
||||
pc.min_coinstake_age = TESTS_POS_CONFIG_MIN_COINSTAKE_AGE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue