Closed dime-squanderer closed 4 months ago
Related to: https://github.com/CounterpartyXCP/counterparty-core/issues/1954#issuecomment-2185875068
The real issue was that /addresses/tb1qmlykf0ej29ane2874y38c46kezr7jywrw6jqr9/utxos
was returning a spent UTXO. I fixed this by restarting addrindexrs, which forced it to sync to the current block height. After that I restarted counterparty-server
which made /addresses/tb1qmlykf0ej29ane2874y38c46kezr7jywrw6jqr9/utxos
return the correct UTXOs (and, per #1954 the correct X-BITCOIN-HEIGHT
in the response header).
Using v10.2.0, on testnet I tried when composing a send on testate against my local node Counterparty tried to spend a spent transaction output.