Searched refs:CannotDoubleSpendTx (Results 1 – 3 of 3) sorted by relevance
17 from electrum.wallet import CannotBumpFee, CannotDoubleSpendTx282 except CannotDoubleSpendTx as e:
232 class CannotDoubleSpendTx(Exception): class1830 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."))
74 CannotDoubleSpendTx, CannotCPFP)