Skip to content

Commit 68bb026

Browse files
authored
Merge pull request bitcoin#986 from kallewoof/202009-bip325-1-5-bytes
BIP 325: correct byte count for compact size
2 parents bdb297a + 8aaefbe commit 68bb026

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)