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 +

+
+ + +