Merge pull request #309 from oxarbitrage/patch-13

add commented GRAPHENE_TEST_NETWORK to config
This commit is contained in:
Vikram Rajkumar 2017-06-10 16:38:17 -05:00 committed by GitHub
commit f836339a19

View file

@ -49,6 +49,9 @@
#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