minor fix
This commit is contained in:
@@ -100,7 +100,7 @@ class WalletStorage(object):
|
|||||||
except Exception:
|
except Exception:
|
||||||
raise IOError("Cannot read wallet file.")
|
raise IOError("Cannot read wallet file.")
|
||||||
self.data = {}
|
self.data = {}
|
||||||
for k, v in d.items():
|
for key, value in d.items():
|
||||||
try:
|
try:
|
||||||
json.dumps(key)
|
json.dumps(key)
|
||||||
json.dumps(value)
|
json.dumps(value)
|
||||||
|
|||||||
Reference in New Issue
Block a user