"public keys" changed to "stealth addresses"

This commit is contained in:
moneroexamples 2016-08-20 16:54:26 +08:00
parent fcfbfc1026
commit 36832a2670
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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