Skip to content

Commit 69a87e6

Browse files
authored
Merge pull request #276 from yungwine/patch-1
fix do_activate_pool
2 parents 2cb32e4 + 08ef162 commit 69a87e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nominator_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def do_activate_pool(self, pool, ex=True):
6262
elif account.status == "active":
6363
self.local.add_log("do_activate_pool warning: account status is active", "warning")
6464
else:
65-
self.SendFile(pool.bocFilePath, pool, timeout=False, remove=False)
65+
self.ton.SendFile(pool.bocFilePath, pool, timeout=False, remove=False)
6666
#end define
6767

6868
def activate_pool(self, args):

0 commit comments

Comments
 (0)