Update flags.go (#2376)

This commit is contained in:
Preston Van Loon 2019-04-25 07:59:12 -04:00 committed by GitHub
parent 66f3964c1b
commit 8abd2e51bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ var (
Name: "relay-node",
Usage: "The address of relay node. The beacon node will connect to the " +
"relay node and advertise their address via the relay node to other peers",
Value: "/ip4/35.224.249.2/tcp/30000/p2p/QmfAgkmjiZNZhr2wFN9TwaRgHouMTBT6HELyzE5A3BT2wK",
Value: "",
}
// P2PPort defines the port to be used by libp2p.
P2PPort = cli.IntFlag{