;
This commit is contained in:
@@ -350,7 +350,7 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
|
|||||||
i = i + 1;
|
i = i + 1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
result.push_back(Pair("error","there are no TX in this block."))
|
result.push_back(Pair("error","there are no TX in this block."));
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user