mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
Update tx_details.html
"subaddress" added to tx html.
This commit is contained in:
parent
d24e23a02f
commit
98347be35b
1 changed files with 5 additions and 5 deletions
|
@ -81,15 +81,15 @@
|
|||
<input type="radio" id="tab-1" name="tab-group-1" checked>
|
||||
<label for="tab-1">Decode outputs</label>
|
||||
<div class="content">
|
||||
<h4 style="margin: 0px">Check which outputs belong to given Monero address and viewkey</h4>
|
||||
<h4 style="margin: 0px">Check which outputs belong to given Monero address/subaddress and viewkey</h4>
|
||||
<h5 style="margin: 0px">
|
||||
For RingCT transactions, outputs' amounts are also decoded
|
||||
<br/>
|
||||
Note: address and viewkey are sent to the server, as the calculations are done on the server side
|
||||
Note: address/subaddress and viewkey are sent to the server, as the 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/>
|
||||
<input type="text" name="xmr_address" size="90" placeholder="Monero address"><br/>
|
||||
<input type="text" name="xmr_address" size="90" placeholder="Monero address/subaddress"><br/>
|
||||
<input type="text" name="viewkey" size="90" placeholder="Private viewkey" style="margin-top:5px"><br/>
|
||||
<input type="hidden" name="raw_tx_data" value="{{raw_tx_data}}">
|
||||
<!--above raw_tx_data field only used when checking raw tx data through tx pusher-->
|
||||
|
@ -108,12 +108,12 @@
|
|||
Tx private key can be obtained using <i>get_tx_key</i>
|
||||
command in <i>monero-wallet-cli</i> command line tool
|
||||
<br/>
|
||||
Note: address and tx private key are sent to the server, as the calculations are done on the server side
|
||||
Note: address/subaddress and tx private key are sent to the server, as the 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="txhash" value="{{tx_hash}}"><br/>
|
||||
<input type="text" name="txprvkey" size="90" placeholder="Tx private key"><br/>
|
||||
<input type="text" name="xmraddress" size="90" placeholder="Recipient's Monero Address" style="margin-top:5px"><br/>
|
||||
<input type="text" name="xmraddress" size="90" placeholder="Recipient's monero address/subaddress" style="margin-top:5px"><br/>
|
||||
<input type="submit" value="Prove sending" style="margin-top:5px">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue