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
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.
txids are the same, from url it could probably be found out the first url was captured before the second one, the first one has confirmation of 1, the second has the confirmation of 0 (it maybe needed to scroll to the end, for the confirmation field to be viewable).
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.
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
The text was updated successfully, but these errors were encountered: