From f9d64e782b6ec5b8a8cfed4556791e7dbabf83d5 Mon Sep 17 00:00:00 2001 From: Chris Priest Date: Fri, 4 Dec 2015 14:41:46 -0800 Subject: [PATCH] formatting changes --- bip-tx-ver2.mediawiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bip-tx-ver2.mediawiki b/bip-tx-ver2.mediawiki index ca4cf900..b4ca8e81 100644 --- a/bip-tx-ver2.mediawiki +++ b/bip-tx-ver2.mediawiki @@ -39,13 +39,13 @@ 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.