summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2020-09-09 09:38:35 -0400
committerGitHub <noreply@github.com>2020-09-09 09:38:35 -0400
commit6d7d3011e8ebf37ee51d79c2e286aa1f1f7d6d86 (patch)
treef81464a30d2037dd64bd42d3949f3bf315448825
parentc8b47a8d48914254a17c43a16872362e46785019 (diff)
downloadbips-6d7d3011e8ebf37ee51d79c2e286aa1f1f7d6d86.tar.xz
bip141 commitment is required for signet blocks
Co-authored-by: MarcoFalke <falkemarco@gmail.com>
-rw-r--r--bip-0325.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0325.mediawiki b/bip-0325.mediawiki
index 5c7d47d..968ea6f 100644
--- a/bip-0325.mediawiki
+++ b/bip-0325.mediawiki
@@ -26,7 +26,7 @@ A new type of test network would be more suitable for integration testing by org
A new type of network ("signet"), which takes an additional consensus parameter called the challenge (scriptPubKey). The challenge can be a simple pubkey (P2PKH style), or a k-of-n multisig, or any other script you would want.
-In order to provide a non-empty solution to the block challenge the block's BIP 141 commitment's optional data must include an additional commitment of the signature/solution for the block:
+Signet requires all blocks to have a BIP 141 commitment in the coinbase transaction. In order to provide a non-empty solution to the block challenge the block's BIP 141 commitment's optional data must include an additional commitment of the signature/solution for the block:
1-5 bytes - Push the following (4 + x + y) bytes
4 bytes - Signet header (0xecc7daa2)