From d9e890a8f27e46806238e298a346397871fd7e87 Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Mon, 21 Oct 2013 02:18:47 -0400 Subject: Fix formatting --- bip-0019.mediawiki | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bip-0019.mediawiki') diff --git a/bip-0019.mediawiki b/bip-0019.mediawiki index b653de8..2255313 100644 --- a/bip-0019.mediawiki +++ b/bip-0019.mediawiki @@ -1,5 +1,3 @@ -{{bip}} -
   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]]
-- 
cgit v1.2.3