This commit is contained in:
bitcoinafterlife 2025-07-04 17:53:05 -04:00
parent 79c071d536
commit 5a2143ce03
Signed by: bitcoinafterlife
GPG Key ID: FE756706E833E0D1

View File

@ -206,7 +206,8 @@ class Willexecutors:
bal_plugin.config.set_key(bal_plugin.WILLEXECUTORS,willexecutors,save=True)
return h
except Exception as e:
_logger.error(f"errore aprendo willexecutors.json: {e}")
_logger.error(f"error opening willexecutors json: {e}")
return {}
def check_transaction(txid,url):