xmr-btc-swap/swap
Daniel Karzel fd18a07426
Flush and close swap_setup substreams
When swapping on testnet we ran into a problem where the CLI started the swap after sending all messages successfully, but the ASB ran into a `connection closed` error at the end of the `swap_setup` and the swap state machine was never actually triggered.

Flushing and closing the stream on both sides should ensure that we don't run into this problem and both parties gracefully exit the protocol.
2021-06-28 12:08:50 +10:00
..
src Flush and close swap_setup substreams 2021-06-28 12:08:50 +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