URI: 
       tfix typo - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e7d4bf294570631cc0d7dbfffbca33073a800a12
   DIR parent 52a482a9b5f1fd08ff2a5b436be744779f40b6de
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 26 Oct 2017 22:16:14 +0200
       
       fix typo
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -1929,7 +1929,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
                    rds_e = ShowQRTextEdit(text=redeem_script)
                    rds_e.addCopyButton(self.app)
                    vbox.addWidget(rds_e)
       -        if xtype in ['p2wpkh', 'p2wsh', 'p2wphk-p2sh', 'p2wsh-p2sh']:
       +        if xtype in ['p2wpkh', 'p2wsh', 'p2wpkh-p2sh', 'p2wsh-p2sh']:
                    vbox.addWidget(WWLabel(_("Warning: the format of segwit private keys may not be compatible with other wallets")))
                vbox.addLayout(Buttons(CloseButton(d)))
                d.setLayout(vbox)