mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
todo added
This commit is contained in:
parent
9a73ad9d09
commit
f8118f269e
1 changed files with 6 additions and 4 deletions
10
src/page.h
10
src/page.h
|
@ -1503,10 +1503,6 @@ namespace xmreg {
|
||||||
tx_search_results["output_public_keys"],
|
tx_search_results["output_public_keys"],
|
||||||
"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(
|
all_possible_tx_hashes.push_back(
|
||||||
make_pair("output_public_keys",
|
make_pair("output_public_keys",
|
||||||
tx_search_results["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;
|
return found_txs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue