1
0
Fork 0
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:
Craig Raw 2025-02-26 11:24:27 +02:00
parent 5262b495af
commit cd1a279877

View file

@ -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 ==