xmr-btc-swap/swap/src/monero
Thomas Eizinger 75aec95b0c
Introduce monero::TransferRequest
This allows us to move critical crypto logic onto `State3` which
holds all the necessary data which consequently allows us to get
rid of `lock_xmr` altogether by inlining it into the swap function.
The reduced indirection improves readability.
2021-03-18 15:44:36 +11:00
..
wallet_rpc.rs Make sure all error messages start with an uppercase letter 2021-03-05 15:49:15 +11:00
wallet.rs Introduce monero::TransferRequest 2021-03-18 15:44:36 +11:00