xmr-btc-swap/swap
Daniel Karzel c0070f8fa7
Move files from protocol to appropriate module
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.
2021-06-28 10:04:08 +10:00
..
src Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
tests Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
Cargo.toml swap_setup instead of spot_price and execution_setup 2021-06-28 10:04:07 +10:00