Post
Topic
Board Bitcoin Technical Support
Re: Way to understanding that transaction has been canceled in Bitcoin Core
by
ranochigo
on 04/03/2021, 03:42:48 UTC
thanks a lot, funds was back to the wallet. So now it is necessary to create a new transaction with the same inputs of the failed transaction, I think right?
Correct. My node's minfee sets it at roughly 5sat/vbyte.
Code:
{
  "loaded": true,
  "size": 53578,
  "bytes": 78121044,
  "usage": 280737632,
  "maxmempool": 300000000,
  "mempoolminfee": 0.00005346,
  "minrelaytxfee": 0.00001000,
  "unbroadcastcount": 0
}

You'll probably have to create a new transaction spending at least 5sat/vbyte for it to be relayed by the nodes.