diff options
author | Varunram <vrg2009@ymail.com> | 2018-04-14 11:16:32 +0530 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2018-07-05 05:14:10 +0000 |
commit | c3e8379b611a53114544b0ed7af5307b022b8ac8 (patch) | |
tree | 9283a7fe6edc9258f860f73c683c6e8cc23b3c99 /bip-0011.mediawiki | |
parent | 5415dd806ea416372258b6d81966db80e6cfb5d7 (diff) |
[trivial] Correct typos across bips
BIPs 11, 16, 61, 98, 116, 117, 143, 157
Diffstat (limited to 'bip-0011.mediawiki')
-rw-r--r-- | bip-0011.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0011.mediawiki b/bip-0011.mediawiki index bb0a308..e5052eb 100644 --- a/bip-0011.mediawiki +++ b/bip-0011.mediawiki @@ -38,7 +38,7 @@ OP_CHECKMULTISIG transactions are redeemed using a standard scriptSig: (OP_0 is required because of a bug in OP_CHECKMULTISIG; it pops one too many items off the execution stack, so a dummy value must be placed on the stack). -The current Satoshi bitcoin client does not relay or mine transactions with scriptSigs larger than 200 bytes; to accomodate 3-signature transactions, this will be increased to 500 bytes. +The current Satoshi bitcoin client does not relay or mine transactions with scriptSigs larger than 200 bytes; to accommodate 3-signature transactions, this will be increased to 500 bytes. ==Rationale== |