Skip to content

Commit ca211e9

Browse files
committed
bugfix
1 parent 622c3f6 commit ca211e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/collator_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from mypylib.mypylib import color_print
55
from modules.module import MtcModule
6-
from mytoncore.utils import hex2base64
76

87

98
class CollatorConfigModule(MtcModule):
@@ -77,7 +76,7 @@ def get_collator_config(self, args):
7776
color_print("get_collator_config - {green}OK{endc}")
7877

7978
def update_collator_config(self, args):
80-
location = self.ton.get_collator_config()
79+
location = self.ton.get_collator_config_location()
8180
config = self.get_config(location)
8281
added, msg = self.add_collator_config_to_vc(config)
8382
if not added:

0 commit comments

Comments
 (0)