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

Fix formatting

This commit is contained in:
Peter Todd
2013-10-21 02:18:47 -04:00
parent 3b0e74507e
commit d9e890a8f2
36 changed files with 129 additions and 240 deletions

View File

@@ -1,5 +1,3 @@
{{bip}}
<pre>
BIP: 19
Title: M-of-N Standard Transactions (Low SigOp)
@@ -60,12 +58,10 @@ scriptSig:
==Rationale==
OP_CHECKMULTISIG is already an enabled opcode, and is the most straightforward way to support several important use cases.
This is already specified in [[BIP 0011]].
This is already specified in [[bip-0011.mediawiki|BIP 0011]].
However, each OP_CHECKMULTISIG counts toward the block limit as 20 sigops, which only allows 1000 total multisig transactions in a block.
Using OP_CHECKSIG only counts as 1 per signature, so can scale better.
==Implementation==
All used operations are already supported by old clients and miners as a non-standard transaction type.
[[Category:BIP|C]]