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:
rishflab 2020-11-16 10:21:17 +11:00
parent ff7daf16f3
commit ae94b170fd
4 changed files with 273 additions and 22 deletions

View file

@ -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;