URI: 
       tRemove stale comment - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 38a8385287e7d80e5da74b3f10e01e3e20d04d6c
   DIR parent 9f95e90706e554eecf67b3679e08efafd225d7e4
  HTML Author: Neil Booth <kyuupichan@gmail.com>
       Date:   Sat, 23 Jan 2016 16:52:24 +0900
       
       Remove stale comment
       
       Diffstat:
         M gui/qt/transaction_dialog.py        |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/gui/qt/transaction_dialog.py b/gui/qt/transaction_dialog.py
       t@@ -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)