This commit is contained in:
Thomas E Lackey 2024-08-20 19:01:58 -05:00
parent e06de5f4b7
commit 35d23ca858

View File

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