mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
removed showing tx for integrated addresses
it does not work.
This commit is contained in:
parent
57cbf66e92
commit
416a0634db
2 changed files with 15 additions and 3 deletions
|
@ -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}}">--> Search for transactions associated with this encrypted payment id <--</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…
Add table
Add a link
Reference in a new issue