This commit is contained in:
2024-08-20 19:01:58 -05:00
parent e06de5f4b7
commit 35d23ca858
+1 -1
View File
@@ -361,7 +361,7 @@ class LaconicRegistryClient:
try: try:
parsed = AttrDict(json.loads(logged_cmd(self.log_file, *args))) parsed = AttrDict(json.loads(logged_cmd(self.log_file, *args)))
except: except:
pass pass # noqa: E722
if parsed: if parsed:
self.cache["txs"][txHash] = parsed self.cache["txs"][txHash] = parsed