This commit is contained in:
Thomas E Lackey 2024-08-20 19:10:27 -05:00
parent 35d23ca858
commit 578fd933a7

View File

@ -360,8 +360,8 @@ class LaconicRegistryClient:
parsed = None
try:
parsed = AttrDict(json.loads(logged_cmd(self.log_file, *args)))
except:
pass # noqa: E722
except: # noqa: E722
pass
if parsed:
self.cache["txs"][txHash] = parsed