1
0

load wallet plugin in Wallet factory, fix trustedcoin wizard on kivy

This commit is contained in:
ThomasV
2019-02-26 09:44:34 +01:00
parent d73f7a2c10
commit cb9dcb8e26
3 changed files with 5 additions and 7 deletions

View File

@@ -629,6 +629,7 @@ class TrustedCoinPlugin(BasePlugin):
k3 = keystore.from_xpub(xpub3)
wizard.data['x3/'] = k3.dump()
wizard.pw_args = password, encrypt_storage, STO_EV_USER_PW
wizard.terminate()
def create_remote_key(self, email, wizard):
xpub1 = wizard.data['x1/']['xpub']