ASB reloads the default wallet after generate_from_keys atomically

This commit is contained in:
Daniel Karzel 2021-02-24 18:00:07 +11:00
parent 684cbe4d0b
commit 947bcb6192
6 changed files with 61 additions and 8 deletions

View file

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