mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 01:24:02 -05:00
In order for the re-construction of TxLock to be meaningful, we limit `Message2` to the PSBT instead of the full struct. This is a breaking change in the network layer. The PSBT is valid if: - It has at most two outputs (we allow a change output) - One of the outputs pays the agreed upon amount to a shared output script Resolves #260. |
||
|---|---|---|
| .. | ||
| asb | ||
| bin | ||
| bitcoin | ||
| cli | ||
| database | ||
| monero | ||
| network | ||
| protocol | ||
| asb.rs | ||
| bitcoin.rs | ||
| cli.rs | ||
| database.rs | ||
| env.rs | ||
| fs.rs | ||
| kraken.rs | ||
| lib.rs | ||
| monero.rs | ||
| monero_ext.rs | ||
| network.rs | ||
| protocol.rs | ||
| seed.rs | ||
| trace.rs | ||