Explorar el Código

Config: restore default build to testnet

Herman Schoenfeld hace 6 años
padre
commit
6f27c57baa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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}