Add TODO for local bind ip
This commit is contained in:
parent
d7f972a47e
commit
8bab6fd51f
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue