summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke-Jr <luke_github1@dashjr.org>2016-01-19 17:48:46 +0000
committerLuke-Jr <luke_github1@dashjr.org>2016-01-19 17:48:46 +0000
commite6876035b38a1e488602ffa62acf968227e18c1a (patch)
tree19c8b2e2ebcd2d04dcd6d3c6dd2950d250b8ae1c
parentdb1f6460351e9b2b4c7ff6e0a21e7fec643c7ae3 (diff)
parent4ee32820b9da4e1c4aee43187ecc54e1835291e8 (diff)
downloadbips-e6876035b38a1e488602ffa62acf968227e18c1a.tar.xz
Merge pull request #287 from schildbach/patch-1
Fix typo in proposed BIP144.
-rw-r--r--bip-0144.mediawiki2
1 files changed, 1 insertions, 1 deletions
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.