From fab2794699e9e2f4ca05e016ec9d799ab798ef04 Mon Sep 17 00:00:00 2001 From: oxarbitrage Date: Sun, 11 Jun 2017 11:47:11 -0300 Subject: [PATCH] remove GRAPHENE_TEST_NETWORK_VERSION https://github.com/bitshares/bitshares-core/issues/307 --- libraries/net/node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/net/node.cpp b/libraries/net/node.cpp index 5325c9b1..7d639878 100644 --- a/libraries/net/node.cpp +++ b/libraries/net/node.cpp @@ -4390,7 +4390,7 @@ namespace graphene { namespace net { namespace detail { _node_configuration = detail::node_configuration(); #ifdef GRAPHENE_TEST_NETWORK - uint32_t port = GRAPHENE_NET_TEST_P2P_PORT + GRAPHENE_TEST_NETWORK_VERSION; + uint32_t port = GRAPHENE_NET_TEST_P2P_PORT; #else uint32_t port = GRAPHENE_NET_DEFAULT_P2P_PORT; #endif