forked from lthn/blockchain
coretests: set_use_assets_whitelisting(false) made default for wallets in coretests (2)
This commit is contained in:
parent
d1cade7bdb
commit
df0171d989
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ struct wallet_test : virtual public test_chain_unit_enchanced
|
|||
w->set_disable_tor_relay(true);
|
||||
w->set_concise_mode(true);
|
||||
w->set_concise_mode_reorg_max_reorg_blocks(TESTS_CONCISE_MODE_REORG_MAX_REORG_BLOCK);
|
||||
w->set_use_assets_whitelisting(false);
|
||||
return w;
|
||||
|
||||
#undef LOCAL_HOST_CSTR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue