1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Merge pull request #986 from kallewoof/202009-bip325-1-5-bytes

BIP 325: correct byte count for compact size
This commit is contained in:
Luke Dashjr 2020-09-08 05:03:36 +00:00 committed by GitHub
commit 68bb026c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ A new type of network ("signet"), which takes an additional consensus parameter
The witness commitment of the coinbase transaction is extended to include a secondary commitment (the signature/solution) of either:
1-4 bytes - Push the following (4 + x + y) bytes
4 bytes - Signet scriptSig header (0xecc7daa2)
1-5 bytes - Push the following (4 + x + y) bytes
4 bytes - Signet header (0xecc7daa2)
x bytes - scriptSig
y bytes - scriptWitness