Author: ZmnSCPxj 2018-11-28 05:26:24
Published on: 2018-11-28T05:26:24+00:00
In this message exchange, there are minor comments related to `accept_channel2` and `funding_puts2`. In `accept_channel2`, type 1 `option_upfront_shutdown_script` is suggested instead of the existing one. In `funding_puts2`, the message exchanges input and output information for the funding transaction. The `script` in `output_info` refers to a standard script and `input_info` refers to an existing UTXO. Non-SegWit inputs are disallowed, and the channel establishment must not spend any UTXOs specified in `funding_puts2` until/unless it fails. It is unclear what action should be taken in case of a violation.
Updated on: 2023-06-02T15:15:45.888141+00:00