From 8aaefbe8ea08e2fa0153d17b0348b60b8f4a6bd5 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Thu, 3 Sep 2020 16:32:48 +0900 Subject: bip-0325: correct byte count for compact size, and tweak to header name --- bip-0325.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bip-0325.mediawiki') 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 -- cgit v1.2.3