try again

This commit is contained in:
blackjok3r
2018-10-25 14:58:22 +08:00
parent abddda8830
commit 71ee7345e5

View File

@@ -316,7 +316,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
bool fVerbose = true;
if (params.size() > 1) {
std::string verboseflag = params[1].get_str();
if ( verboseflag.compare("false") == 1 )
if ( verboseflag == "false" )
fVerbose = false;
}