xmr-btc-swap/swap/tests/testutils
Daniel Karzel 396c4177a6 Alice sweeps refunded funds into default wallet
Since Alice's refund scenario starts with generating the temporary wallet
from keys to claim the XMR which results in Alice' unloading the wallet.
Alice then loads her original wallet to be able to handle more swaps.
Since Alice is in the role of the long running daemon handling concurrent
swaps, the operation to close, claim and re-open her default wallet must
be atomic.
This PR adds an additional step, that sweeps all the refunded XMR back into
the default wallet. In order to ensure that this is possible, Alice has to
ensure that the locked XMR got enough confirmations.
These changes allow us to assert Alice's balance after refunding.
2021-03-18 17:59:48 +11:00
..
bitcoind.rs Remove pointless todo 2021-03-12 12:52:23 +11:00
electrs.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
mod.rs Alice sweeps refunded funds into default wallet 2021-03-18 17:59:48 +11:00