Set a default BN bootstrap address

This commit is contained in:
Paul Hauner
2019-09-02 09:59:52 +10:00
parent 246dcaa094
commit 4aa12dc408
2 changed files with 7 additions and 5 deletions

View File

@@ -252,6 +252,7 @@ fn main() {
.arg(Arg::with_name("server")
.value_name("HTTP_SERVER")
.required(true)
.default_value("http://localhost:5052")
.help("A HTTP server, with a http:// prefix"))
.arg(Arg::with_name("libp2p-port")
.short("p")