|
@ -452,7 +452,7 @@ class Abstract_Wallet(PrintError): |
|
|
if fee: |
|
|
if fee: |
|
|
size = tx.estimated_size() |
|
|
size = tx.estimated_size() |
|
|
fee_per_kb = fee * 1000 / size |
|
|
fee_per_kb = fee * 1000 / size |
|
|
exp_n = self.network.reverse_dynfee(fee_per_kb) |
|
|
exp_n = self.network.config.reverse_dynfee(fee_per_kb) |
|
|
can_bump = is_mine and not tx.is_final() |
|
|
can_bump = is_mine and not tx.is_final() |
|
|
else: |
|
|
else: |
|
|
status = _("Signed") |
|
|
status = _("Signed") |
|
|