1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-07-06 17:46:00 +00:00

[trivial] Correct typos across bips

BIPs 11, 16, 61, 98, 116, 117, 143, 157
This commit is contained in:
Varunram
2018-04-14 11:16:32 +05:30
committed by Luke Dashjr
parent 5415dd806e
commit c3e8379b61
8 changed files with 12 additions and 12 deletions

View File

@@ -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==