Post
Topic
Board Electrum
Re: Bump fee window
by
DigitalMonster
on 19/08/2020, 18:10:02 UTC

If you want to remove any transactions, use the following command in your console.
Code:
wallet.remove_transaction(txid_here)

After executing this command, nothing happened
Code:
>> wallet.remove_transaction(e87ee92e1fe83bfc59e8abf1b0d1096990de43254e0847262f0ef6882ea88aac)
Traceback (most recent call last):
>>