From 3e32a26cdf65e0335bd568bfea0c149eb53c5faa Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 18 Jan 2017 20:04:06 +0800 Subject: [PATCH] note in tx output decoding extended --- src/templates/partials/tx_details.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index d3c1251..72c0440 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -86,7 +86,7 @@
For RingCT transactions, outputs' amounts are also decoded
- 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

@@ -107,7 +107,7 @@ Tx private key can be obtained using get_tx_key command in monero-wallet-cli command line tool
- 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