From a07c8b62b30d501efcfee147bf1e69d4619b698d Mon Sep 17 00:00:00 2001 From: Chris Priest Date: Fri, 4 Dec 2015 14:40:38 -0800 Subject: [PATCH] formatting changes --- bip-tx-ver2.mediawiki | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bip-tx-ver2.mediawiki b/bip-tx-ver2.mediawiki index f7b59429..ca4cf900 100644 --- a/bip-tx-ver2.mediawiki +++ b/bip-tx-ver2.mediawiki @@ -39,18 +39,18 @@ coalescing transaction. Examples: version 1 transaction with normal inputs: -`version: 10000000` +``version: 10000000`` version 2 transaction with normal inputs: -`version: 20000000` +``version: 20000000`` version 2 transaction with coalescing inputs: -`version: 20000001` +``version: 20000001`` Essentially the last bit in the version field is set to 1 to enable wildcard inputs for all inputs present in the transaction. -=== Wildcard inputs ==== +=== Wildcard inputs === A coalescing transaction is formulated the exact same way as a version 1 transaction with one exception: each input is treated as a "wildcard input".