mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Cleanup
Move state machine executors into seperate files Remove check for ack message from Alice. Seems like a bad idea to rely on an acknowledgement message instead of looking at the blockchain. Fix warnings
This commit is contained in:
parent
ff7daf16f3
commit
ae94b170fd
4 changed files with 273 additions and 22 deletions
|
|
@ -6,6 +6,7 @@ pub mod bitcoin;
|
|||
pub mod bob;
|
||||
pub mod bob_simple;
|
||||
pub mod cli;
|
||||
pub mod io;
|
||||
pub mod monero;
|
||||
pub mod network;
|
||||
pub mod recover;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue