From 32758955df63aac03f51b2ef6ea25b459abdb5d8 Mon Sep 17 00:00:00 2001 From: Viktor Date: Tue, 6 Jun 2017 18:18:27 +0300 Subject: [PATCH] Change default seed node --- libraries/app/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/app/application.cpp b/libraries/app/application.cpp index ea5789b8..c0ddc716 100644 --- a/libraries/app/application.cpp +++ b/libraries/app/application.cpp @@ -152,7 +152,7 @@ namespace detail { else { vector seeds = { - "peerplays.blocktrades.info:2776" + "190.14.37.222:2776" }; for( const string& endpoint_string : seeds ) {