1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 03:03:53 +01:00

formatting changes

This commit is contained in:
Chris Priest 2015-12-04 14:41:46 -08:00
parent a07c8b62b3
commit f9d64e782b

View file

@ -39,13 +39,13 @@ coalescing transaction.
Examples: Examples:
version 1 transaction with normal inputs: version 1 transaction with normal inputs:
``version: 10000000`` version: 10000000
version 2 transaction with normal inputs: version 2 transaction with normal inputs:
``version: 20000000`` version: 20000000
version 2 transaction with coalescing inputs: 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 Essentially the last bit in the version field is set to 1 to enable wildcard inputs for all
inputs present in the transaction. inputs present in the transaction.