From aeb6e66f0e81ab161681a2c1e15708934318031b Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 23 May 2016 01:13:53 +0000 Subject: [PATCH] readme updated --- README.md | 8 +++++++- src/page.h | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dca986b..453ff8d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/page.h b/src/page.h index a2806e2..6c52282 100644 --- a/src/page.h +++ b/src/page.h @@ -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"]));