xmr-btc-swap/swap
Thomas Eizinger 45cff81ea5
Remove traits in favor of using the wallet struct directly
Abstracting over the individual bits of functionality of the wallet
does have its place, especially if one wants to keep a separation
of an abstract protocol library that other people can use with their
own wallets.

However, at the moment, the traits only cause unnecessary friction.
We can always add such abstraction layers again once we need them.
2021-03-02 12:22:23 +11:00
..
src Remove traits in favor of using the wallet struct directly 2021-03-02 12:22:23 +11:00
tests Merge #233 2021-03-01 01:47:34 +00:00
Cargo.toml Improve time formatting of log output 2021-03-02 09:50:16 +11:00