Skip to content

Commit eb4a355

Browse files
committed
Extend signature field deprecation to funding_created and funding_signed.
1 parent cfe4afc commit eb4a355

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bolt-simple-taproot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ The recipient:
404404

405405
The sender:
406406

407+
- MUST set the original, non-TLV `signature` field to a 0-byte-array of length 64.
407408
- MUST sort the exchanged `funding_pubkey`s using the `KeySort` algorithm from `bip-musig2`.
408409
- MUST compute the aggregated `musig2` public key from the sorted `funding_pubkey`s using the `KeyAgg` algorithm
409410
from `bip-musig2`.
@@ -438,6 +439,7 @@ The recipient:
438439

439440
The sender:
440441

442+
- MUST set the original, non-TLV `signature` field to a 0-byte-array of length 64.
441443
- MUST sort the exchanged `funding_pubkey`s using the `KeySort` algorithm from `bip-musig2`.
442444
- MUST compute the aggregated `musig2` public key from the sorted `funding_pubkey`s using the `KeyAgg` algorithm
443445
from `bip-musig2`.

0 commit comments

Comments
 (0)