summaryrefslogtreecommitdiff
path: root/bip-0109.mediawiki
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@users.noreply.github.com>2024-05-01 06:54:05 +1000
committerGitHub <noreply@github.com>2024-04-30 16:54:05 -0400
commitf61885edcf5e63ac205b1ca5f08173f1336bff74 (patch)
tree2d577255ee2fd3c3c5743edf1c0184a67abcb7d2 /bip-0109.mediawiki
parent2d9e431fbe654640b55bca3bf8c4b17462890109 (diff)
downloadbips-f61885edcf5e63ac205b1ca5f08173f1336bff74.tar.xz
docs: fix spelling (#1117)
Co-authored-by: Mark "Murch" Erhardt <murch@murch.one>
Diffstat (limited to 'bip-0109.mediawiki')
-rw-r--r--bip-0109.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0109.mediawiki b/bip-0109.mediawiki
index 69b265b..4822d4a 100644
--- a/bip-0109.mediawiki
+++ b/bip-0109.mediawiki
@@ -37,7 +37,7 @@ In particular:
* The coinbase scriptSig is not counted
* Signature operations in un-executed branches of a Script are not counted
-* OP_CHECKMULTISIG evaluations are counted accurately; if the signature for a 1-of-20 OP_CHECKMULTISIG is satisified by the public key nearest the top of the execution stack, it is counted as one signature operation. If it is satisfied by the public key nearest the bottom of the execution stack, it is counted as twenty signature operations.
+* OP_CHECKMULTISIG evaluations are counted accurately; if the signature for a 1-of-20 OP_CHECKMULTISIG is satisfied by the public key nearest the top of the execution stack, it is counted as one signature operation. If it is satisfied by the public key nearest the bottom of the execution stack, it is counted as twenty signature operations.
* Signature operations involving invalidly encoded signatures or public keys are not counted towards the limit
=== Add a new limit of 1,300,000,000 bytes hashed to compute transaction signatures per block ===