1
0

fix: load trustedcoin plugin for two-step wallet creation

This commit is contained in:
ThomasV
2019-02-28 13:11:00 +01:00
parent d74f0c0947
commit 3631c27ed7
4 changed files with 11 additions and 6 deletions

View File

@@ -566,6 +566,7 @@ class BaseWizard(object):
for key, value in self.data.items():
storage.put(key, value)
storage.write()
storage.load_plugins()
return storage
def show_xpub_and_add_cosigners(self, xpub):