1
0

do not expose network to wizard. update message in issue #1972

This commit is contained in:
ThomasV
2016-10-14 14:05:24 +02:00
parent bab15a245b
commit 7ea91dde2e
6 changed files with 34 additions and 29 deletions

View File

@@ -32,10 +32,9 @@ from plugins import run_hook
class BaseWizard(object):
def __init__(self, config, network, path):
def __init__(self, config, path):
super(BaseWizard, self).__init__()
self.config = config
self.network = network
self.storage = WalletStorage(path)
self.wallet = None
self.stack = []