Merge branch 'dev' into jl777

This commit is contained in:
jl777
2018-04-09 18:57:52 +03:00
16 changed files with 38 additions and 63 deletions

View File

@@ -632,7 +632,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());