From 56d371110f61539241ba5b04d9171a3c7d6491c7 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Mon, 3 Feb 2025 18:45:18 -0300 Subject: [PATCH] Remove todo about hardcoded numbers in test setup --- skynet/nodeos.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/skynet/nodeos.py b/skynet/nodeos.py index d5d05b4..6b9f756 100755 --- a/skynet/nodeos.py +++ b/skynet/nodeos.py @@ -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)