Fix rpcport

This commit is contained in:
jl777
2017-09-25 11:44:10 +02:00
parent 2552250d89
commit 450f60749f
4 changed files with 22 additions and 21 deletions

View File

@@ -1562,7 +1562,8 @@ void komodo_args()
break;
}
}
//fprintf(stderr,"%s chain params initialized\n",ASSETCHAINS_SYMBOL);
BITCOIND_PORT = GetArg("-rpcport", BaseParams().RPCPort());
fprintf(stderr,"%s RPC %u\n",ASSETCHAINS_SYMBOL,BITCOIND_PORT);
}
void komodo_nameset(char *symbol,char *dest,char *source)