try
This commit is contained in:
@@ -316,7 +316,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
|
|||||||
bool fVerbose = true;
|
bool fVerbose = true;
|
||||||
if (params.size() > 1) {
|
if (params.size() > 1) {
|
||||||
std::string verboseflag = params[1].get_str();
|
std::string verboseflag = params[1].get_str();
|
||||||
if ( verboseflag.compare("false") )
|
if ( verboseflag.compare("false") == 1 )
|
||||||
fVerbose = false;
|
fVerbose = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user