This commit is contained in:
blackjok3r
2018-10-25 14:54:50 +08:00
parent a3b7331773
commit abddda8830

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") )
if ( verboseflag.compare("false") == 1 )
fVerbose = false;
}