This commit is contained in:
Scott Sadler
2018-04-09 11:53:13 -03:00
parent e36af93bab
commit 8a8e10f02f
16 changed files with 40 additions and 63 deletions

View File

@@ -633,7 +633,7 @@ UniValue txMoMproof(const UniValue& params, bool fHelp)
// parse params and get notarisation data for tx
{
if ( fHelp || params.size() != 1)
throw runtime_error("txmomproof needs a txid");
throw runtime_error("txMoMproof needs a txid");
hash = uint256S(params[0].get_str());