diff --git a/skynet/nodeos.py b/skynet/nodeos.py old mode 100644 new mode 100755 index 10fb76d..f541a52 --- a/skynet/nodeos.py +++ b/skynet/nodeos.py @@ -88,6 +88,8 @@ def open_nodeos(cleanup: bool = True): logging.info(f'GPU KEYS: {(priv, pub)}') cleos.new_account('telos.gpu', ram=4200000, key=pub) + # lol, magic #s much XD ? + # TODO, why is there 4 workers/keys? for i in range(1, 4): priv, pub = cleos.create_key_pair() cleos.import_key(priv) @@ -116,7 +118,7 @@ def open_nodeos(cleanup: bool = True): 'telos.gpu', 'config', ['eosio.token', '4,GPU'], - f'telos.gpu@active' + 'telos.gpu@active' ) assert ec == 0