Skip to content

Commit

Permalink
bootnode: default port
Browse files Browse the repository at this point in the history
  • Loading branch information
Zergity committed Jun 27, 2019
1 parent 300e6db commit 3152413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bootnode/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (

func main() {
var (
listenAddr = flag.String("addr", ":30301", "listen address")
listenAddr = flag.String("addr", ":33333", "listen address")
genKey = flag.String("genkey", "", "generate a node key")
writeAddr = flag.Bool("writeaddress", false, "write out the node's public key and quit")
nodeKeyFile = flag.String("nodekey", "", "private key filename")
Expand Down

0 comments on commit 3152413

Please sign in to comment.