From cd1a2798775a897ff92f81c0778ffb4dde554dd5 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Wed, 26 Feb 2025 11:24:27 +0200 Subject: [PATCH] add address heights clarification to align with transaction height specification --- bip-0329.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0329.mediawiki b/bip-0329.mediawiki index cd254c4e..0c4531a2 100644 --- a/bip-0329.mediawiki +++ b/bip-0329.mediawiki @@ -174,7 +174,7 @@ but should be given if they are readily available. === Address === -* heights: 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. +* heights: 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 ==