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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user