Skip to content

Commit 8aaefbe

Browse files
committed
bip-0325: correct byte count for compact size, and tweak to header name
1 parent bdb297a commit 8aaefbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0325.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ A new type of network ("signet"), which takes an additional consensus parameter
2828

2929
The witness commitment of the coinbase transaction is extended to include a secondary commitment (the signature/solution) of either:
3030

31-
1-4 bytes - Push the following (4 + x + y) bytes
32-
4 bytes - Signet scriptSig header (0xecc7daa2)
31+
1-5 bytes - Push the following (4 + x + y) bytes
32+
4 bytes - Signet header (0xecc7daa2)
3333
x bytes - scriptSig
3434
y bytes - scriptWitness
3535

0 commit comments

Comments
 (0)