1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-03 18:57:18 +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:
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.