mirror of https://github.com/skygpu/skynet.git
Remove todo about hardcoded numbers in test setup
parent
0b80f7f503
commit
56d371110f
|
@ -86,8 +86,6 @@ 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)
|
||||
|
|
Loading…
Reference in New Issue