disable testnet by default

This commit is contained in:
Jeff Becker 2016-06-30 17:50:47 -04:00
parent c29359e7a8
commit 346b0c9d68
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ include filelist.mk
USE_AESNI := yes
USE_STATIC := no
USE_MESHNET := yes
USE_MESHNET := no
USE_UPNP := no
ifeq ($(UNAME),Darwin)