TODO flag for admin

This commit is contained in:
Daniel Whitenack 2016-06-30 08:54:36 -05:00
parent 59299d1b0e
commit 4e88d5d5cc
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ func main() {
// MakeNode create a geth node entity
func MakeNode(datadir string) *node.Node {
// TODO remove admin rpcapi flag
set := flag.NewFlagSet("test", 0)
set.Bool("shh", true, "whisper")
set.Bool("noeth", true, "disable eth")