removed heir list header - simply txid array

This commit is contained in:
dimxy
2019-01-26 20:31:48 +05:00
parent 9bad115496
commit 82956c357a

View File

@@ -1283,8 +1283,8 @@ void _HeirList(struct CCcontract_info *cp, UniValue &result)
UniValue HeirList()
{
UniValue result(UniValue::VARR);
result.push_back(Pair("result", "success"));
result.push_back(Pair("name", "Heir List"));
//result.push_back(Pair("result", "success"));
//result.push_back(Pair("name", "Heir List"));
struct CCcontract_info *cpHeir, heirC;