note in tx output decoding shortened

This commit is contained in:
moneroexamples 2017-01-18 19:52:32 +08:00
parent 9f98a70fcf
commit 4448ca2848
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@
<h5 style="margin: 0px">
For RingCT transactions, outputs' amounts are also decoded
<br/>
Note: these calculations are done on the server side, because there is no javascript
Note: these calculations are done on the server side
</h5>
<form action="/myoutputs" method="post" style="width:100%; margin-top:2px" class="style-1">
<input type="hidden" name="tx_hash" value="{{tx_hash}}"><br/>
@ -107,7 +107,7 @@
Tx private key can be obtained using <i>get_tx_key</i>
command in <i>monero-wallet-cli</i> command line tool
<br/>
Note: these calculations are done on the server side, because there is no javascript
Note: these calculations are done on the server side
</h5>
<form action="/prove" method="post" style="width:100%;margin-top:2px" class="style-1">
<input type="hidden" name="tx_hash" value="{{tx_hash}}"><br/>