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