remove GRAPHENE_TEST_NETWORK_VERSION
https://github.com/bitshares/bitshares-core/issues/307
This commit is contained in:
parent
f836339a19
commit
fab2794699
1 changed files with 1 additions and 1 deletions
|
|
@ -4390,7 +4390,7 @@ namespace graphene { namespace net { namespace detail {
|
||||||
_node_configuration = detail::node_configuration();
|
_node_configuration = detail::node_configuration();
|
||||||
|
|
||||||
#ifdef GRAPHENE_TEST_NETWORK
|
#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
|
#else
|
||||||
uint32_t port = GRAPHENE_NET_DEFAULT_P2P_PORT;
|
uint32_t port = GRAPHENE_NET_DEFAULT_P2P_PORT;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue