tx templated updated

This commit is contained in:
moneroexamples 2016-09-08 11:43:02 +08:00
parent 825969b730
commit c3bb5ac55c
1 changed files with 2 additions and 2 deletions

View File

@ -65,13 +65,13 @@
</table>
</div>
<h4 style="margin-bottom:0px">Check which of the above outputs belong to the provided address and viewkey</h4>
<h4 style="margin-bottom:0px">Decode the amounts of the above outputs which belong to the following address and viewkey</h4>
<form action="/myoutputs" method="get" style="width:100%; margin-top:2px" class="style-1">
<input type="hidden" name="tx_hash" size="100" value="{{tx_hash}}"><br/>
<input type="text" name="xmr_address" size="100" placeholder="Monero address"><br/>
<input type="text" name="viewkey" size="100" placeholder="viewkey" style="margin-top:5px"><br/>
<input type="submit" value="Search outputs" style="margin-top:5px" >
<input type="submit" value="Decode outputs" style="margin-top:5px" >
</form>