xmr-btc-swap/swap
rishflab 86f312e143 Safely abort swap if TxLock is not confirmed in a reasonable time
If TxLock does not confirm in a reasonable amount of time, Alice should
give up on the swap rather than waiting forever. Watching for TxLock in
the mempool is not required and it causes unnecessary complexity. What
if Alice does not see the transaction in mempool but it is already
confirmed? She will abort the swap for no reason.
2021-03-30 11:13:09 +11:00
..
src Safely abort swap if TxLock is not confirmed in a reasonable time 2021-03-30 11:13:09 +11:00
tests Introduce a more flexible transaction subscription system 2021-03-30 10:29:19 +11:00
Cargo.toml Merge #383 #385 #386 2021-03-29 22:31:43 +00:00