From 416a0634db0cf5a1d3673124239c57f1396ae79a Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sat, 23 Jul 2016 10:49:34 +0800 Subject: [PATCH] removed showing tx for integrated addresses it does not work. --- README.md | 2 +- src/templates/address.html | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7087ccd..1654942 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ The key features of the Onion Monero Blockchain Explorer are keys, outputs public keys, input key images, output amount index and its amount, - the only explorer showing ring signatures, - - the only explorer that allows to search using payment ids from integrated address - the only explorer showing transaction extra field, + - the only explorer showing public components of Monero addresses, - the only explorer that can show which outputs belong to the given Monero address and viewkey, - the only explorer showing detailed information about mixins, such as, mixins' age, timescale, mixin of mixins, diff --git a/src/templates/address.html b/src/templates/address.html index 72ab5ff..36ac5aa 100644 --- a/src/templates/address.html +++ b/src/templates/address.html @@ -19,10 +19,12 @@
{{#is_integrated_addr}} -

Encrypted payment id: {{encrypted_payment_id}}

+

Payment id: {{encrypted_payment_id}}


+ + + +

+ Transactions:
Sorry, its not possible to find txs associated with + normal addresses in Monero +

+
+ + +