Skip to content

Commit 08ef162

Browse files
authored
fix do_activate_pool
1 parent 0f3197a commit 08ef162

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)