1
0
Fork 0
forked from lthn/blockchain

coretests: set_use_assets_whitelisting(false) made default for wallets in coretests (2)

This commit is contained in:
sowle 2025-04-03 18:27:43 +03:00
parent d1cade7bdb
commit df0171d989
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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