From 2b1f1b7f743640950ff09d09c0db1d032af7ff49 Mon Sep 17 00:00:00 2001 From: oxarbitrage Date: Sat, 10 Jun 2017 17:38:46 -0300 Subject: [PATCH] add commented GRAPHENE_TEST_NETWORK to config for issue https://github.com/bitshares/bitshares-core/issues/307 --- libraries/net/include/graphene/net/config.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/net/include/graphene/net/config.hpp b/libraries/net/include/graphene/net/config.hpp index d14bd825..f4b3013a 100644 --- a/libraries/net/include/graphene/net/config.hpp +++ b/libraries/net/include/graphene/net/config.hpp @@ -49,6 +49,10 @@ #define GRAPHENE_NET_PEER_DISCONNECT_TIMEOUT 20 +/* uncomment next line to use testnet seed ip and port */ +//#define GRAPHENE_TEST_NETWORK 1 + + #define GRAPHENE_NET_TEST_SEED_IP "104.236.44.210" // autogenerated #define GRAPHENE_NET_TEST_P2P_PORT 1700 #define GRAPHENE_NET_DEFAULT_P2P_PORT 1776