-
Notifications
You must be signed in to change notification settings - Fork 28
abandontransaction Command Guide
The abandontransaction
command allows you to abandon an unconfirmed transaction within your Mintlayer wallet. By doing so, the inputs consumed by the abandoned transaction are made available for reuse in subsequent transactions.
In some cases, you might want to abandon a transaction, especially if it remains unconfirmed for an extended period. This could be due to various reasons, such as setting a low transaction fee. Abandoning the transaction allows you to regain control over the consumed inputs and potentially create a new transaction with a higher fee or different parameters.
To abandon an unconfirmed transaction, use the following command:
abandontransaction <TRANSACTION_ID>
-
<TRANSACTION_ID>
: The unique identifier of the transaction you wish to abandon.
Upon successful execution, the command will confirm the abandonment of the transaction, and the consumed inputs will be made available for reuse.
-
Local Operation: The
abandontransaction
command operates locally on your Mintlayer wallet. This means that even if you abandon a transaction in your wallet, if it has already been propagated to the network, there's no guarantee that it won't be included in a future block. Always be cautious and understand that once a transaction is broadcasted, it's out of your control, and this command doesn't reverse that.
-
-h, --help
: Displays the help