xmr-btc-swap/swap/src/cli
rishflab af50c655ae Remove timeout on send encrypted signature
Bob was timing out if the encrypted signature could not be sent in 60
seconds. This behaviour is unnecessary because we are racing against
the cancel timelock anyway. By timing out before this, we remove the
opportunity for bob and alice to re-establish a connection.
2021-08-31 18:26:03 +10:00
..
behaviour.rs Instruct Ping to keep the connection alive 2021-08-18 12:45:17 +10:00
cancel.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
command.rs Remove rendezvous point default 2021-07-09 09:44:56 +10:00
event_loop.rs Remove timeout on send encrypted signature 2021-08-31 18:26:03 +10:00
list_sellers.rs Sort seller list inside of list_sellers 2021-07-08 12:42:26 +10:00
refund.rs Move files from protocol to appropriate module 2021-06-28 10:04:08 +10:00
tracing.rs Don't print level and time for list-sellers 2021-07-07 17:14:55 +10:00
transport.rs Refactor transports to construct them specific for each application 2021-06-21 09:01:19 +10:00