Skip to content

TX Output missing in GetAddressUnspentOutputs #492

@Ekliptor

Description

@Ekliptor

I have an address with valid outputs: https://blockchair.com/bitcoin-cash/address/qpkajruupllffkut5ly690r35nvzwll64szqrgk0vf

Yet all BCHD nodes do not have any outputs for this address:

grpcurl -d '{"address": "bitcoincash:qpkajruupllffkut5ly690r35nvzwll64szqrgk0vf"}' bchd.greyh.at:8335 pb.bchrpc/GetAddressUnspentOutputs 
{
  
}
curl -X POST "https://bchd3.prompt.cash:2053/v1/GetAddressUnspentOutputs" -H  "accept: application/json" -H  "Content-Type: application/json" -d "{  \"address\": \"bitcoincash:qpkajruupllffkut5ly690r35nvzwll64szqrgk0vf\",  \"include_mempool\": false,  \"include_token_metadata\": false}"

{
  "outputs": [],
  "token_metadata": []
}

I checked BestHeight already and the 2 nodes above are at a height > 712,780 and therefore should have the TX.
Assuming I'm not missing something, this should eventually fork BCHD off the network? (unless bug in API layer)

edit.:
and I can confirm both TX hashes are also missing on the GetTransaction() API call

66b1167575fdb40d632bdd94114fccdfa10e1ec28fec767ce7bf44dc507475ce
867fc01be92ce90c8d51ee2f8f5ee9b372049505eb477e734b7d71d5c787044b

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions