mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
rm dead code
This commit is contained in:
parent
73e69284d1
commit
197f57d329
1 changed files with 0 additions and 1 deletions
|
@ -1335,7 +1335,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
return
|
||||
|
||||
# confirmation dialog
|
||||
confirm_amount = self.config.get('confirm_amount', COIN)
|
||||
msg = [
|
||||
_("Amount to be sent") + ": " + self.format_amount_and_units(amount),
|
||||
_("Mining fee") + ": " + self.format_amount_and_units(fee),
|
||||
|
|
Loading…
Add table
Reference in a new issue