mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Extract determine_btc_to_swap function and test it
We also instantiate tracing in to order to quickly validate, what the output for the different scenarios looks like.
This commit is contained in:
parent
601bf07255
commit
14dcd150af
2 changed files with 147 additions and 32 deletions
|
|
@ -23,10 +23,10 @@ pub mod database;
|
|||
pub mod execution_params;
|
||||
pub mod fs;
|
||||
pub mod monero;
|
||||
pub mod network;
|
||||
pub mod protocol;
|
||||
pub mod seed;
|
||||
pub mod trace;
|
||||
|
||||
mod monero_ext;
|
||||
mod network;
|
||||
mod serde_peer_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue