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 622c3f6 commit ca211e9Copy full SHA for ca211e9
modules/collator_config.py
@@ -3,7 +3,6 @@
3
4
from mypylib.mypylib import color_print
5
from modules.module import MtcModule
6
-from mytoncore.utils import hex2base64
7
8
9
class CollatorConfigModule(MtcModule):
@@ -77,7 +76,7 @@ def get_collator_config(self, args):
77
76
color_print("get_collator_config - {green}OK{endc}")
78
79
def update_collator_config(self, args):
80
- location = self.ton.get_collator_config()
+ location = self.ton.get_collator_config_location()
81
config = self.get_config(location)
82
added, msg = self.add_collator_config_to_vc(config)
83
if not added:
0 commit comments