Skip to content

Commit

Permalink
Mention OP_RETURN as alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
moonsettler committed Nov 25, 2024
1 parent 95096cc commit bbf8c49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bip-PC.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ that get verified with `OP_CHECKSIGFROMSTACK` as a valid state update.
`OP_PAIRCOMMIT` solves this specific problem without introducing a wide range
of potentially controversial new behaviors, such as novel 2-way peg mechanisms.

`OP_RETURN` could also be used for ensuring the availability of the state
recovery data as `OP_CHECKTEMPLATEVERIFY` naturally commits to all outputs.
However the cost of that would be over 4 times higher in weight units.

### Behaviours LNhance tries to avoid introducing

The following behaviors are out of scope for LNhance and should not be enabled
Expand Down

0 comments on commit bbf8c49

Please sign in to comment.