Browse Source

Config: restore default build to testnet

Herman Schoenfeld 6 years ago
parent
commit
6f27c57baa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/config.inc

+ 2 - 2
src/config.inc

@@ -40,8 +40,8 @@
 
 }
 
-  {$DEFINE PRODUCTION}
-  {.$DEFINE TESTNET}
+  {.$DEFINE PRODUCTION}
+  {$DEFINE TESTNET}
 
   {$DEFINE OPTIONS_BY_DEFAULT}
   {.$DEFINE DelphiSockets_OpenSSLv10}