diff --git a/beacon_chain/eth2_network.nim b/beacon_chain/eth2_network.nim index ffdd2a2da..1ee211001 100644 --- a/beacon_chain/eth2_network.nim +++ b/beacon_chain/eth2_network.nim @@ -42,6 +42,8 @@ when useRLPx: else: privKey = initPrivateKey(readFile(privateKeyFile).string) + # TODO there are more networking options to add here: local bind ip, ipv6 + # etc. let keys = KeyPair(seckey: privKey, pubkey: privKey.getPublicKey()) address = Address(ip: parseNat(conf.nat),