private tx key added when sending txs

pull/6/head
moneroexamples 7 years ago
parent a026243a6e
commit 467724becd

@ -1,6 +1,6 @@
var config = {
apiUrl: "http://127.0.0.1:1984/",
testnet: false,
testnet: true,
coinUnitPlaces: 12,
txMinConfirms: 10, // corresponds to CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE in Monero
txCoinbaseMinConfirms: 60, // corresponds to CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW in Monero

@ -99,7 +99,7 @@
<div class="move-text-div">
<div class="middle-text receive">{{sent_tx.tx_id}}</div>
</div>
<label class="send-label" >Transaction Private Key (write it down if you want to prove recipient that you sent it)</label>
label class="send-label" >Transaction Private Key (save it, as it is needed to prove the recipient that you sent him xmr)</label>
<div class="move-text-div">
<div class="middle-text receive">{{sent_tx.tx_prvkey}}</div>
</div>

Loading…
Cancel
Save