mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 23:27:22 +01:00
formatting changes
This commit is contained in:
parent
e97833688d
commit
a07c8b62b3
1 changed files with 4 additions and 4 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Reference in a new issue