Remove todo about hardcoded numbers in test setup

guilles_counter_review
Guillermo Rodriguez 2025-02-03 18:45:18 -03:00
parent 0b80f7f503
commit 56d371110f
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ def open_nodeos(cleanup: bool = True):
logging.info(f'GPU KEYS: {(priv, pub)}') logging.info(f'GPU KEYS: {(priv, pub)}')
cleos.new_account('telos.gpu', ram=4200000, key=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): for i in range(1, 4):
priv, pub = cleos.create_key_pair() priv, pub = cleos.create_key_pair()
cleos.import_key(priv) cleos.import_key(priv)