xmr-btc-swap/xmr-btc/src
Daniel Karzel 4903169f4c Check error to determine if tx_cancel has already been published
If the error code suggests that the tx_cancel is already on the blockchain,
continue with the protocol. This change removed the need to check for tx_cancel
before attemting to publish it. Removed the tx_cancel field from the Cancelled
state as it can be computed from state3.

Co-authored-by: rishflab <rishflab@hotmail.com>
2020-12-23 10:03:53 +11:00
..
alice Execute Alice's on-chain protocol after handshake 2020-10-30 14:00:39 +11:00
bitcoin Upgrade CLI for mainnet test 2020-12-11 14:46:29 +11:00
bob Execute Bob's on-chain protocol after handshake 2020-10-30 14:03:27 +11:00
alice.rs Check error to determine if tx_cancel has already been published 2020-12-23 10:03:53 +11:00
bitcoin.rs Check error to determine if tx_cancel has already been published 2020-12-23 10:03:53 +11:00
bob.rs Check error to determine if tx_cancel has already been published 2020-12-23 10:03:53 +11:00
config.rs Upgrade CLI for mainnet test 2020-12-11 14:46:29 +11:00
lib.rs Test Alice refunds after Bob refund 2020-12-11 17:05:34 +11:00
monero.rs Add zero const to monero::Amount 2020-12-15 10:10:42 +11:00
serde.rs Do not re-export curve25519_dalek 2020-10-26 13:06:20 +11:00
transport.rs Implement transport traits with generics 2020-10-09 11:40:00 +11:00