cmd, node: support different bootnodes, fix default light port

This commit is contained in:
Péter Szilágyi
2017-05-10 17:51:52 +03:00
parent 40976ea1a0
commit 3b3989de6a
4 changed files with 32 additions and 8 deletions

View File

@ -55,6 +55,8 @@ var (
utils.UnlockedAccountFlag,
utils.PasswordFileFlag,
utils.BootnodesFlag,
utils.BootnodesV4Flag,
utils.BootnodesV5Flag,
utils.DataDirFlag,
utils.KeyStoreDirFlag,
utils.NoUSBFlag,