help message

This commit is contained in:
dimxy
2019-04-16 13:25:07 +05:00
parent 59fbfbcae7
commit e0fa061cc9

View File

@@ -6932,7 +6932,7 @@ UniValue pricesinfo(const UniValue& params, bool fHelp)
{
uint256 bettxid; int32_t height;
if ( fHelp || params.size() != 1 && params.size() != 2)
throw runtime_error("pricesinfo fundingtxid [height]\n");
throw runtime_error("pricesinfo bettxid [height]\n");
if ( ensure_CCrequirements(EVAL_PRICES) < 0 )
throw runtime_error("to use CC contracts, you need to launch daemon with valid -pubkey= for an address in your wallet\n");
bettxid = Parseuint256((char *)params[0].get_str().c_str());