mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-03-23 06:36:47 -04: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.