SomberNight 7 years ago
parent
commit
b80eacf7bf
  1. 3
      gui/qt/transaction_dialog.py

3
gui/qt/transaction_dialog.py

@ -151,7 +151,10 @@ class TxDialog(QDialog, MessageBoxMixin):
event.ignore() event.ignore()
else: else:
event.accept() event.accept()
try:
dialogs.remove(self) dialogs.remove(self)
except ValueError:
pass # was not in list already
def show_qr(self): def show_qr(self):
text = bfh(str(self.tx)) text = bfh(str(self.tx))

Loading…
Cancel
Save