mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
search by output global idx added
This commit is contained in:
parent
e7d12cd255
commit
2529d6c409
1 changed files with 1 additions and 3 deletions
|
@ -92,9 +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,
|
placeholder="blk height, blk hash, tx hash, tx payment id, encrypted payment id, tx public key, input key image, output public key, and goi_output global idx> ">
|
||||||
encrypted payment id, tx public key, input key image, output public key,
|
|
||||||
and goi_output global idx> ">
|
|
||||||
<input type="submit" value="Search">
|
<input type="submit" value="Search">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue