fix send_request version message

This commit is contained in:
2026-03-18 16:25:59 -04:00
parent a022c413cc
commit 9737221914
5 changed files with 47 additions and 35 deletions

View File

@@ -793,9 +793,9 @@ class WillItem(Logger):
iw = inp[1]
self.set_anticipate(iw)
def check_willexecutor(self):
def set_check_willexecutor(self,resp):
try:
if resp := Willexecutors.check_transaction(self._id, self.we["url"]):
if resp :
if "tx" in resp and resp["tx"] == str(self.tx):
self.set_status("PUSHED")
self.set_status("CHECKED")