"public keys" changed to "stealth addresses"

master
moneroexamples 8 years ago
parent fcfbfc1026
commit 36832a2670

@ -41,7 +41,7 @@ The key features of the Onion Monero Blockchain Explorer are
- made fully in C++,
- the only explorer showing encrypted payments ID,
- the only explorer with the ability to search by encrypted payments ID, tx public
keys, outputs public keys, input key images,
keys, stealth addresses, input key images,
output amount index and its amount,
- the only explorer showing ring signatures,
- the only explorer showing transaction extra field,

@ -92,7 +92,7 @@
<div class="center">
<form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1">
<input type="text" name="value" size="100"
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, and output public key ">
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, and stealth address">
<input type="submit" value="Search">
</form>
</div>

@ -33,7 +33,7 @@
<div class="center">
<table class="center" >
<tr>
<td>Outputs public keys</td>
<td>Stealth address</td>
<td>amount</td>
<td>output match?</td>
</tr>

@ -48,7 +48,7 @@
<div class="center">
<table class="center">
<tr>
<td>outputs public keys</td>
<td>stealth address</td>
<td>amount</td>
<td>amount idx</td>
</tr>

Loading…
Cancel
Save