mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-07 02:25:38 -05:00
![Thomas Eizinger](/assets/img/avatar_default.png)
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.