mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-17 02:17:28 -05:00
c0070f8fa7
Some network and application specific code does not belong in the protocol module and was moved. Eventloop, recovery and the outside behaviour were moved to the respective application module because they are application specific. The `swap_setup` was moved into the network module because upon change both sides will have to be changed and should thus stay close together.
6 lines
86 B
Rust
6 lines
86 B
Rust
pub mod cancel;
|
|
pub mod punish;
|
|
pub mod redeem;
|
|
pub mod refund;
|
|
pub mod safely_abort;
|