"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++, - made fully in C++,
- the only explorer showing encrypted payments ID, - the only explorer showing encrypted payments ID,
- the only explorer with the ability to search by encrypted payments ID, tx public - 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, output amount index and its amount,
- the only explorer showing ring signatures, - the only explorer showing ring signatures,
- the only explorer showing transaction extra field, - the only explorer showing transaction extra field,

View file

@ -92,7 +92,7 @@
<div class="center"> <div class="center">
<form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1"> <form action="/search" method="get" style="width:100%; margin-top:15px" class="style-1">
<input type="text" name="value" size="100" <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"> <input type="submit" value="Search">
</form> </form>
</div> </div>

View file

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

View file

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