unused var
This commit is contained in:
parent
776bce8ec6
commit
ca499f7c8d
@ -12,9 +12,6 @@ if len(sys.argv) > 1:
|
||||
with open(testnet_config_path) as stream:
|
||||
data = yaml.safe_load(stream)
|
||||
|
||||
out = {}
|
||||
|
||||
# Some hardcoded addrs
|
||||
for key, value in data['eth1_premine'].items():
|
||||
acct = w3.eth.account.from_mnemonic(data['mnemonic'], account_path=key, passphrase='')
|
||||
print("%s,%s,%s" % (key, acct.address, acct.key.hex()))
|
||||
|
Loading…
Reference in New Issue
Block a user