1
0

wizard.create_storage: state API and abide by it

none of the callers was handling the return None case properly...
This commit is contained in:
SomberNight
2020-04-09 19:08:17 +02:00
parent a3e1b2e00c
commit 08a7925235
2 changed files with 6 additions and 7 deletions

View File

@@ -189,7 +189,6 @@ class WalletStorage(Logger):
s = ''
self.pubkey = ec_key.get_public_key_hex()
self.decrypted = s
return s
def encrypt_before_writing(self, plaintext: str) -> str:
s = plaintext