mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-09 22:05:46 -05:00
ASB reloads the default wallet after generate_from_keys atomically
This commit is contained in:
parent
684cbe4d0b
commit
947bcb6192
6 changed files with 61 additions and 8 deletions
|
|
@ -592,6 +592,7 @@ async fn init_test_wallets(
|
|||
let xmr_wallet = swap::monero::Wallet {
|
||||
inner: Mutex::new(monero.wallet(name).unwrap().client()),
|
||||
network: monero::Network::default(),
|
||||
default_wallet_name: "irrelevant_for_tests".to_string(),
|
||||
};
|
||||
|
||||
let electrum_rpc_url = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue