xmr-btc-swap/swap
Thomas Eizinger 1822886cd0
Provide stronger isolation of kraken module
Instead of leaking the tokio::sync::Receiver type in our
return value, we create a newtype that implements the desired
interface. This allows us to get rid of the `RateService` structs
and instead implement `LatestRate` directly on top of this struct.

Given that `LatestRate` is only used within the event_loop module,
we move the definition of this type into there.
2021-03-05 13:56:25 +11:00
..
src Provide stronger isolation of kraken module 2021-03-05 13:56:25 +11:00
tests Provide stronger isolation of kraken module 2021-03-05 13:56:25 +11:00
Cargo.toml Prepare for next release 2021-03-05 11:43:44 +11:00