xmr-btc-swap/xmr-btc
Lucas Soriano del Pino 50ed74319f Simplify xmr-btc/tests Monero wallet
- Make it the same for Alice and Bob.
- Make it contain a wallet client instead of the `Monero` struct.

Also:

Remove `Container` from inside `Monero` struct. The caller of `new`
can simply ensure that `Container` is not dropped to keep the
container alive.

This makes the `Monero` struct easier to work with, as it just holds
the data necessary to create the different clients created during
`init`, and does not have any lifetime restrictions.
2020-10-20 12:18:27 +11:00
..
src Implement test function that calls action_generator_alice 2020-10-19 10:44:25 +11:00
tests Simplify xmr-btc/tests Monero wallet 2020-10-20 12:18:27 +11:00
Cargo.toml Trigger refund if the publication of Monero TxLock takes too long 2020-10-15 21:22:31 +11:00