From f8118f269ecafd1a0e8e3296cf698b4644e96c1a Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 23 May 2016 04:23:09 +0000 Subject: [PATCH] todo added --- src/page.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/page.h b/src/page.h index 6c52282..8e1996a 100644 --- a/src/page.h +++ b/src/page.h @@ -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; }