xmr-btc-swap/swap
Thomas Eizinger 67fe01a2ef
Remove BuildTxLockPsbt and GetNetwork traits
These traits were only used once within the `TxLock` constructor.
Looking at the rest of the codebase, we don't really seem to follow
any abstractions here where the protocol shouldn't know about the
exact types that is being passed in.

As such, these types are just noise and might as well be removed in
favor of simplicity.
2021-02-26 14:36:58 +11:00
..
src Remove BuildTxLockPsbt and GetNetwork traits 2021-02-26 14:36:58 +11:00
tests Remove traits in favour of public functions 2021-02-25 10:34:22 +11:00
Cargo.toml Download and run monero wallet rpc on swap cli startup 2021-02-25 11:21:41 +11:00