URI: 
       twizard: remove unused method - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8dd19a5920d5e586d6f03df405f07515482167fd
   DIR parent 37853ab9391b64198f67db1c1a48c27752478e98
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Thu, 15 Mar 2018 06:14:57 +0100
       
       wizard: remove unused method
       
       Diffstat:
         M lib/base_wizard.py                  |       4 ----
       
       1 file changed, 0 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/lib/base_wizard.py b/lib/base_wizard.py
       t@@ -470,10 +470,6 @@ class BaseWizard(object):
            def show_xpub_and_add_cosigners(self, xpub):
                self.show_xpub_dialog(xpub=xpub, run_next=lambda x: self.run('choose_keystore'))
        
       -    def on_cosigner(self, text, password, i):
       -        k = keystore.from_master_key(text, password)
       -        self.on_keystore(k)
       -
            def choose_seed_type(self):
                title = _('Choose Seed type')
                message = ' '.join([