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