1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

formatting changes

This commit is contained in:
Chris Priest 2015-12-04 14:40:38 -08:00
parent e97833688d
commit a07c8b62b3

View File

@ -39,18 +39,18 @@ 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.
=== Wildcard inputs ====
=== Wildcard inputs ===
A coalescing transaction is formulated the exact same way as a version 1 transaction
with one exception: each input is treated as a "wildcard input".