Closed jcramer closed 5 years ago
This is resolved by deleting the middle line here in base_wizard.py
:
31c10ae77 (James Cramer 2019-04-16 14:45:20 -0400 414) elif self.wallet_type == 'slp_multisig':
9f4b595b0 (Calin Culianu 2019-08-02 10:50:14 +0300 415) self.storage.put('wallet_type', self.wallet_type)
3ac357171 (ThomasV 2016-08-25 12:18:51 +0200 416) for i, k in enumerate(self.keystores):
@cculianu Do you recall why this was needed? Its not in the EC mainline code base.
I updated the commit title to be more accurate, and less severe sounding.
In
master
branch testing a new multi-sig with a single hardware wallet. Here is an error that needs to be managed (trace shown below) instead of having this display then close the program:Steps to reproduce: