Home
last modified time | relevance | path

Searched refs:CannotDoubleSpendTx (Results 1 – 3 of 3) sorted by relevance

/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/dialogs/
H A Dtx_dialog.py17 from electrum.wallet import CannotBumpFee, CannotDoubleSpendTx
282 except CannotDoubleSpendTx as e:
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dwallet.py232 class CannotDoubleSpendTx(Exception): class
1830 raise CannotDoubleSpendTx(_('Transaction is final'))
1836 raise CannotDoubleSpendTx(repr(e))
1842 … raise CannotDoubleSpendTx(_("The new fee rate needs to be higher than the old fee rate."))
1862 raise CannotDoubleSpendTx(_("The output value remaining after fee is too low."))
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dmain_window.py74 CannotDoubleSpendTx, CannotCPFP)