From bbf8c49a7dc3ce999c2d7fee292e58593b5cf8b3 Mon Sep 17 00:00:00 2001 From: moonsettler Date: Tue, 26 Nov 2024 00:01:14 +0100 Subject: [PATCH] Mention OP_RETURN as alternative --- bip-PC.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bip-PC.md b/bip-PC.md index 1070978da6..64530cf2da 100644 --- a/bip-PC.md +++ b/bip-PC.md @@ -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