From 4ee32820b9da4e1c4aee43187ecc54e1835291e8 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 19 Jan 2016 14:38:09 +0100 Subject: Fix typo in proposed BIP144. --- bip-0144.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bip-0144.mediawiki') diff --git a/bip-0144.mediawiki b/bip-0144.mediawiki index 736fadd..5503044 100644 --- a/bip-0144.mediawiki +++ b/bip-0144.mediawiki @@ -73,7 +73,7 @@ The serialization has the following structure: | The block number or timestamp until which the transaction is locked |} -Parsers supporting this BIP will be able to distinguish between the old serialization format (without the witness) and this one. The marker byte is set to zero so that this structure will never parse as a valid transaction in a parser that does not support this BIP. If parsing were to succeeded, such a transaction would contain no inputs and a single output. +Parsers supporting this BIP will be able to distinguish between the old serialization format (without the witness) and this one. The marker byte is set to zero so that this structure will never parse as a valid transaction in a parser that does not support this BIP. If parsing were to succeed, such a transaction would contain no inputs and a single output. If the witness is empty, the old serialization format should be used. -- cgit v1.2.3