|
|
|
|
@ -178,6 +178,10 @@ class TxDialog(QDialog, MessageBoxMixin):
|
|
|
|
|
except ValueError: |
|
|
|
|
pass # was not in list already |
|
|
|
|
|
|
|
|
|
def reject(self): |
|
|
|
|
# Override escape-key to close normally (and invoke closeEvent) |
|
|
|
|
self.close() |
|
|
|
|
|
|
|
|
|
def show_qr(self): |
|
|
|
|
text = bfh(str(self.tx)) |
|
|
|
|
text = base_encode(text, base=43) |
|
|
|
|
|