Post
Topic
Board Bitcoin Technical Support
Re: Way to understanding that transaction has been canceled in Bitcoin Core
by
BitMaxz
on 04/03/2021, 02:33:00 UTC
If you want to cancel a transaction from Bitcoin core there is a way to remove those unconfirmed transactions but I don't know if it will work if it still on the mempool.
Anyway, you can try it and once it's successful you can able to make a new transaction.

Since the -zapwallettxes was removed on the latest version of Bitcoin core you can try this method below.

- Open Bitcoin core
- Go to window>console
- Now type this command

Code:
abandontransaction "YourTXID"

Once it's done you can able to respent or make a new transaction.