You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reckon this might be due to differences in the config between our deployed electrs and the one deployed by blockstream. We need to dig deeper to confirm.
The text was updated successfully, but these errors were encountered:
ahonn
changed the title
UTXO included in unconfirmed transaction inputs are still returned in the spent api
UTXO included in unconfirmed transaction inputs are returned in the unspent
Apr 8, 2024
Flouse
changed the title
UTXO included in unconfirmed transaction inputs are returned in the unspent
electrs: UTXO included in unconfirmed transaction inputs are returned in the unspent
Apr 8, 2024
I reckon this might be due to differences in the config between our deployed electrs and the one deployed by blockstream. We need to dig deeper to confirm.
Maybe the reason is the different pending transaction set in different electrs + btc-node.
How to reproduce
/bitcoin/v1/address/{address}/unspent
will still return UTXO#A.Actual
Return UTXO#A and UTXO#B before tx is confirmed.
Expected
Return UTXO#B only before tx is confirmed.
Note
We can use the API provided by blockstream/electrs for comparison.
eg. https://blockstream.info/testnet/api/address/tb1qm4eyx777203zmajlawz958wn27z08envm2jelm/utxo
I reckon this might be due to differences in the config between our deployed electrs and the one deployed by blockstream. We need to dig deeper to confirm.
The text was updated successfully, but these errors were encountered: