mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 21:35:13 +01:00
Fix typo in proposed BIP144.
This commit is contained in:
parent
db1f646035
commit
4ee32820b9
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user