note in tx output decoding extended

This commit is contained in:
moneroexamples 2017-01-18 20:04:06 +08:00
parent 4448ca2848
commit 3e32a26cdf

View file

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