monacoinproject/monacoin

Is help message of rpcport wrong?

Closed this issue · 1 comments

ohac commented

$ ./monacoind --help | grep rpcport
-rpcport= Listen for JSON-RPC connections on (default: 9402 or testnet: 19402)

$ grep -n 9402 bitcoinrpc.cpp
42: return GetBoolArg("-testnet", false) ? 9402 : 19402;

Which is wrong?

ohac commented

Fixed