Require payment for app deployment requests. #928

Merged
dboreham merged 13 commits from telackey/924 into main 2024-08-21 14:39:22 +00:00
Showing only changes of commit 35d23ca858 - Show all commits

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