removed showing tx for integrated addresses

it does not work.
This commit is contained in:
moneroexamples 2016-07-23 10:49:34 +08:00
parent 57cbf66e92
commit 416a0634db
2 changed files with 15 additions and 3 deletions

View File

@ -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,

View File

@ -19,10 +19,12 @@
<br/>
{{#is_integrated_addr}}
<H4 style="margin:5px">Encrypted payment id: {{encrypted_payment_id}}</H4>
<H4 style="margin:5px">Payment id: {{encrypted_payment_id}}</H4>
<br/>
<!--
<H4 style="margin:5px">
<a href="/search?value={{encrypted_payment_id}}">Search for transactions associated with this encrypted payment id</a>
<a href="/search?value={{encrypted_payment_id}}">--&gt; Search for transactions associated with this encrypted payment id &lt;--</a>
</H4>
{{/is_integrated_addr}}
{{^is_integrated_addr}}
@ -31,9 +33,19 @@
normal addresses in Monero
</H4>
{{/is_integrated_addr}}
-->
<H4 style="margin:5px">
Transactions:<br/> Sorry, its not possible to find txs associated with
normal addresses in Monero
</H4>
<br/>
</div>
<br/>
<br/>