xmr-btc-swap/swap/tests
Thomas Eizinger 4f66269887
Move error message on sync _into_ the function
The bitcoin::Wallet::sync_wallet function doesn't do anything else
other than delegating. As such, we have just as much information
about what went wrong inside this function as we have outside.

By moving the .context call into the function, we can avoid repeating
us on every call-site.
2021-03-05 15:49:14 +11:00
..
testutils Move error message on sync _into_ the function 2021-03-05 15:49:14 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired_force.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
bob_refunds_using_cancel_and_refund_command_timelock_not_expired.rs Don't repeat the module name within the type 2021-03-05 15:49:13 +11:00
bob_refunds_using_cancel_and_refund_command.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
happy_path_restart_bob_before_comm.rs Change imports_granularity to module 2021-03-04 14:48:13 +11:00
happy_path.rs Alice event loop now handles the creation of new swaps 2021-02-10 16:42:55 +11:00