Monero wallet should not know about all execution params

Instead of passing all execution params in we only make the monero_avg_block_time known to the monero wallet.
This commit is contained in:
Daniel Karzel 2021-03-11 17:03:10 +11:00 committed by Thomas Eizinger
parent 82738b111e
commit be52892e65
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
4 changed files with 10 additions and 13 deletions

View file

@ -603,7 +603,7 @@ async fn init_test_wallets(
monero.wallet(name).unwrap().client(),
monero::Network::default(),
name.to_string(),
execution_params,
execution_params.monero_avg_block_time,
);
let electrum_rpc_url = {