This commit is contained in:
blackjok3r
2018-10-25 00:03:36 +08:00
parent e80718809f
commit deeb2e2d20

View File

@@ -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;
} }