mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +01:00
add address heights clarification to align with transaction height specification
This commit is contained in:
parent
5262b495af
commit
cd1a279877
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ but should be given if they are readily available.
|
|||
|
||||
=== Address ===
|
||||
|
||||
* <tt>heights</tt>: a list of block heights that contain any activity related to this address, include outputs that deposit to the address, and transactions that spend UTXOs of this address. An empty array indicates the address is unused.
|
||||
* <tt>heights</tt>: a list of block heights that contain any activity related to this address, include outputs that deposit to the address, and transactions that spend UTXOs of this address. Omit heights for transactions that are not fully confirmed. An empty array indicates the address is unused for confirmed transactions.
|
||||
|
||||
== Comment on Types in JSON ==
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue