Remove stale comment

This commit is contained in:
Neil Booth 2016-01-23 16:52:24 +09:00
parent 9f95e90706
commit 38a8385287
1 changed files with 0 additions and 2 deletions

View File

@ -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)