From 6d33f2ff9ba4098e295f6a08b7282c2e2698b435 Mon Sep 17 00:00:00 2001 From: subtly Date: Mon, 10 Aug 2015 15:24:11 +0200 Subject: [PATCH] whitespace in cli options --- eth/main.cpp | 12 ++++++------ libp2p/Host.cpp | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eth/main.cpp b/eth/main.cpp index fc60220f2..77695f652 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -171,9 +171,9 @@ void help() << " --client-name Add a name to your client's version string (default: blank)." << endl << " -b,--bootstrap Connect to the default Ethereum peerserver." << endl << " -x,--peers Attempt to connect to given number of peers (default: 11)." << endl - << " --peer-stretch Accepted connection multiplier (default: 7)." << endl + << " --peer-stretch Accepted connection multiplier (default: 7)." << endl - << " --public-ip Force public ip to given (default: auto)." << endl + << " --public-ip Force advertised public ip to given (default: auto)." << endl << " --listen-ip (:) Listen on the given IP for incoming connections (default: 0.0.0.0)." << endl << " --listen Listen on the given port for incoming connections (default: 30303)." << endl << " -r,--remote (:) Connect to remote host (default: none)." << endl @@ -181,10 +181,10 @@ void help() << " --network-id Only connect to other hosts with this network id." << endl << " --upnp Use UPnP for NAT (default: on)." << endl - << " --peerset Space delimited list of type type:publickey@ipAddress[:port]" << endl - << " Types:" << endl - << " default Attempt connection when no other peers are available and pinning is disable." << endl - << " require Keep connected at all times." << endl + << " --peerset Space delimited list of type type:publickey@ipAddress[:port]" << endl + << " Types:" << endl + << " default Attempt connection when no other peers are available and pinning is disable." << endl + << " require Keep connected at all times." << endl // TODO: // << " --trust-peers Space delimited list of publickeys." << endl diff --git a/libp2p/Host.cpp b/libp2p/Host.cpp index 64d10b172..7fd98cac8 100644 --- a/libp2p/Host.cpp +++ b/libp2p/Host.cpp @@ -449,7 +449,7 @@ string Host::pocHost() std::unordered_map const& Host::pocHosts() { static const std::unordered_map c_ret = { - { Public("487611428e6c99a11a9795a6abe7b529e81315ca6aad66e2a2fc76e3adf263faba0d35466c2f8f68d561dbefa8878d4df5f1f2ddb1fbeab7f42ffb8cd328bd4a"), "poc-9.ethdev.com:30303" }, + { Public("979b7fa28feeb35a4741660a16076f1943202cb72b6af70d327f053e248bab9ba81760f39d0701ef1d8f89cc1fbd2cacba0710a12cd5314d5e0c9021aa3637f9"), "poc-9.ethdev.com:30303" }, { Public("a979fb575495b8d6db44f750317d0f4622bf4c2aa3365d6af7c284339968eef29b69ad0dce72a4d8db5ebb4968de0e3bec910127f134779fbcb0cb6d3331163c"), "52.16.188.185:30303" }, { Public("7f25d3eab333a6b98a8b5ed68d962bb22c876ffcd5561fca54e3c2ef27f754df6f7fd7c9b74cc919067abac154fb8e1f8385505954f161ae440abc355855e034"), "54.207.93.166:30303" } };