todo added

This commit is contained in:
moneroexamples 2016-05-23 04:23:09 +00:00
parent 9a73ad9d09
commit f8118f269e
1 changed files with 6 additions and 4 deletions

View File

@ -1503,10 +1503,6 @@ namespace xmreg {
tx_search_results["output_public_keys"],
"output_public_keys");
cout << "tx_search_results[\"output_public_keys\"]"
<< tx_search_results["output_public_keys"].size() << endl;
all_possible_tx_hashes.push_back(
make_pair("output_public_keys",
tx_search_results["output_public_keys"]));
@ -1970,6 +1966,12 @@ namespace xmreg {
}
}
else
{
// @TODO make tx_info from json
// if dont have tx_blob member, construct tx_info
// from json obtained from the rpc call
}
return found_txs;
}