Skip to content

Confirmation number for sent BCH transaction does not increase #594

@bijakatlykkex

Description

@bijakatlykkex

Hello,

We have setup a bitcore node for Bitcoin Cash.

After successfully broadcasting a transaction using /api/tx/send, and after it gets mined and some more blocks also generated, the call to /api/tx/[txid] does return successfully but in the returned json confirmations keep to be 0.

{
  "txid": "...",
  "version": 1,
  "locktime": 0,
  "vin": [...],
  "valueIn": ... ,
  "fees": ... ,
  "vout": [ ... ],
  "confirmations": 0,
  "time": ... ,
  "valueOut": ... ,
  "size": ...
}

Confirmation for other transactions in the same block (not sent using the /api/tx/send) and also confirmations in /api/addr/[addr]/utxo is fine.

Helps appreciated,
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions