Rename swarm driver to event loop

This commit is contained in:
rishflab 2020-12-10 13:19:18 +11:00
parent f5d3d54b13
commit 9ba89194b0
9 changed files with 36 additions and 39 deletions

View file

@ -37,13 +37,13 @@ use xmr_btc::{
};
mod amounts;
pub mod event_loop;
mod execution;
mod message0;
mod message1;
mod message2;
mod message3;
pub mod swap;
pub mod swarm_driver;
pub async fn swap(
bitcoin_wallet: Arc<bitcoin::Wallet>,