]> Git Repo - VerusCoin.git/commitdiff
revert
authorjl777 <[email protected]>
Tue, 6 Mar 2018 22:58:36 +0000 (00:58 +0200)
committerjl777 <[email protected]>
Tue, 6 Mar 2018 22:58:36 +0000 (00:58 +0200)
src/komodo_utils.h

index 8b12646ed11dfcab90d476a6a13f4be58a4b5f2b..1270b3e55920d8bc24fdb86904094555ca0e474c 100644 (file)
@@ -1365,7 +1365,7 @@ void komodo_configfile(char *symbol,uint16_t port)
 #ifndef FROM_CLI
             if ( (fp= fopen(fname,"wb")) != 0 )
             {
-                fprintf(fp,"rpcuser=user%u\nrpcpassword=pass%s\nserver=1\ntxindex=1\nrpcworkqueue=64\n",crc,password);
+                fprintf(fp,"rpcuser=user%u\nrpcpassword=pass%s\nrpcport=%u\nserver=1\ntxindex=1\nrpcworkqueue=64\n",crc,password,port);
                 fclose(fp);
                 printf("Created (%s)\n",fname);
             } else printf("Couldnt create (%s)\n",fname);
This page took 0.02887 seconds and 4 git commands to generate.