Add second seed node
This commit is contained in:
parent
d72276be73
commit
51eda4f1b6
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ const size_t P2P_DEFAULT_HANDSHAKE_INVOKE_TIMEOUT = 5000; //
|
|||
const char P2P_STAT_TRUSTED_PUB_KEY[] = "8f80f9a5a434a9f1510d13336228debfee9c918ce505efe225d8c94d045fa115";
|
||||
|
||||
const std::initializer_list<const char*> SEED_NODES = {
|
||||
"danico.in:14086",
|
||||
"node1.danico.in:14086",
|
||||
"node2.danico.in:14086",
|
||||
};
|
||||
|
||||
struct CheckpointData {
|
||||
|
|
Loading…
Reference in a new issue