commit 38a8385287e7d80e5da74b3f10e01e3e20d04d6c
parent 9f95e90706e554eecf67b3679e08efafd225d7e4
Author: Neil Booth <kyuupichan@gmail.com>
Date: Sat, 23 Jan 2016 16:52:24 +0900
Remove stale comment
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/gui/qt/transaction_dialog.py b/gui/qt/transaction_dialog.py
@@ -151,8 +151,6 @@ class TxDialog(QDialog, MessageBoxMixin):
self.update()
self.sign_button.setDisabled(True)
- # Note sign_tx is wrapped and parent= is actually passed
- # to the password input dialog box
self.main_window.push_top_level_window(self)
self.main_window.sign_tx(self.tx, sign_done)