removed showing tx for integrated addresses

it does not work.
master
moneroexamples 8 years ago
parent 57cbf66e92
commit 416a0634db

@ -44,8 +44,8 @@ The key features of the Onion Monero Blockchain Explorer are
keys, outputs public keys, input key images, keys, outputs public keys, input key images,
output amount index and its amount, output amount index and its amount,
- the only explorer showing ring signatures, - 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 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 that can show which outputs belong to the given Monero address and viewkey,
- the only explorer showing detailed information about mixins, such as, mixins' - the only explorer showing detailed information about mixins, such as, mixins'
age, timescale, mixin of mixins, age, timescale, mixin of mixins,

@ -19,10 +19,12 @@
<br/> <br/>
{{#is_integrated_addr}} {{#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/> <br/>
<!--
<H4 style="margin:5px"> <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> </H4>
{{/is_integrated_addr}} {{/is_integrated_addr}}
{{^is_integrated_addr}} {{^is_integrated_addr}}
@ -31,9 +33,19 @@
normal addresses in Monero normal addresses in Monero
</H4> </H4>
{{/is_integrated_addr}} {{/is_integrated_addr}}
-->
<H4 style="margin:5px">
Transactions:<br/> Sorry, its not possible to find txs associated with
normal addresses in Monero
</H4>
<br/> <br/>
</div> </div>
<br/> <br/>
<br/> <br/>

Loading…
Cancel
Save