readme updated

This commit is contained in:
moneroexamples 2016-05-23 01:13:53 +00:00
parent 3633a33643
commit aeb6e66f0e
2 changed files with 11 additions and 1 deletions

View File

@ -26,10 +26,16 @@ Tor users:
- [http://xmrblocksvckbwvx.onion](http://xmrblocksvckbwvx.onion)
Non tor users, can try tor proxy, e.g.,
Non tor users, can try tor proxy, e.g.,
- [http://xmrblocksvckbwvx.onion.to](http://xmrblocksvckbwvx.onion.to)
## Still under development
The Onion Monero Blockchain Explorer is still under development and testing.
So not everything can work as expected and the explorer can be offline from time
to time, when changes are being made to it.
## Onion Monero Blockchain Explorer features
The key features of the Onion Monero Blockchain Explorer are

View File

@ -1503,6 +1503,10 @@ 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"]));