xmr-btc-swap/swap
bors[bot] eb705d3e9c
Merge #515
515: Make it easier to create a bitcoin::Wallet for testing r=thomaseizinger a=thomaseizinger

Forcing the user to create an implementation of `EstimateFeeRate`
every time they want to create a wallet for testing is tedious and
leads to duplicated code.

The implementation for tests is rarely dynamic and thus can be
simplified to static arguments.

This also allows us to provide convenience constructors to make tests
that don't care about fees less distracting by reducing the number of
constants that are floating around.

Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2021-05-28 08:57:22 +00:00
..
src Merge #515 2021-05-28 08:57:22 +00:00
tests Network check upon spot price request 2021-05-20 13:03:29 +10:00
Cargo.toml Prepare release 0.7.0 2021-05-28 07:17:26 +00:00