We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3197a commit 08ef162Copy full SHA for 08ef162
modules/nominator_pool.py
@@ -62,7 +62,7 @@ def do_activate_pool(self, pool, ex=True):
62
elif account.status == "active":
63
self.local.add_log("do_activate_pool warning: account status is active", "warning")
64
else:
65
- self.SendFile(pool.bocFilePath, pool, timeout=False, remove=False)
+ self.ton.SendFile(pool.bocFilePath, pool, timeout=False, remove=False)
66
#end define
67
68
def activate_pool(self, args):
0 commit comments