This commit is contained in:
blackjok3r
2018-10-24 00:32:09 +08:00
parent c465fbf0d3
commit dc9e877b65

View File

@@ -346,7 +346,6 @@ UniValue getdatafromblock(const UniValue& params, bool fHelp)
}
i = i + 1;
}
result.push_back(Pair("tx", txs));
return result;
}