mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-02 03:26:23 -04:00
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:
parent
82738b111e
commit
be52892e65
4 changed files with 10 additions and 13 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue