add commented GRAPHENE_TEST_NETWORK to config
for issue https://github.com/bitshares/bitshares-core/issues/307
This commit is contained in:
parent
919787d281
commit
2b1f1b7f74
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue