Add TODO for local bind ip

This commit is contained in:
Jacek Sieka 2019-03-19 11:19:27 -06:00
parent d7f972a47e
commit 8bab6fd51f
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 2 additions and 0 deletions

View File

@ -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),