summaryrefslogtreecommitdiff
path: root/bip-0325.mediawiki
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2020-09-08 05:03:36 +0000
committerGitHub <noreply@github.com>2020-09-08 05:03:36 +0000
commit68bb026c56162b016494bdea8caf3aeb9c39ef7b (patch)
tree0fe69edd407991d30325695282b322ba492188d1 /bip-0325.mediawiki
parentbdb297a7c847c23b96ff1dbe7bc91586ec8b59c5 (diff)
parent8aaefbe8ea08e2fa0153d17b0348b60b8f4a6bd5 (diff)
downloadbips-68bb026c56162b016494bdea8caf3aeb9c39ef7b.tar.xz
Merge pull request #986 from kallewoof/202009-bip325-1-5-bytes
BIP 325: correct byte count for compact size
Diffstat (limited to 'bip-0325.mediawiki')
-rw-r--r--bip-0325.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0325.mediawiki b/bip-0325.mediawiki
index 752570d..4b45030 100644
--- a/bip-0325.mediawiki
+++ b/bip-0325.mediawiki
@@ -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