From 727e9c5a5eb20b7dd3fe813d99cc15a8d558e6f7 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Fri, 19 Jan 2018 11:34:57 +0800 Subject: [PATCH] note text updated for decoding/proving forms --- src/templates/partials/tx_details.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index a0685d2..9ba48ba 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -43,7 +43,6 @@ Tx version: {{tx_version}} No of confirmations: {{confirmations}} - RingCT/type: {{#is_ringct}}yes/{{rct_type}}{{/is_ringct}}{{^is_ringct}}no{{/is_ringct}} @@ -85,7 +84,12 @@
For RingCT transactions, outputs' amounts are also decoded
- Note: address/subaddress and viewkey are sent to the server, as the calculations are done on the server side + {{^enable_js}} + Note: address/subaddress and viewkey are NOT sent to the server, as the calculations are done on the client side + {{/enable_js}} + {{^enable_js}} + Note: address/subaddress and viewkey are sent to the server, as the calculations are done on the server side + {{/enable_js}}

@@ -116,7 +120,12 @@ Tx private key can be obtained using get_tx_key command in monero-wallet-cli command line tool
- Note: address/subaddress and tx private key are sent to the server, as the calculations are done on the server side + {{^enable_js}} + Note: address/subaddress and tx private key are NOT sent to the server, as the calculations are done on the client side + {{/enable_js}} + {{^enable_js}} + Note: address/subaddress and tx private key are sent to the server, as the calculations are done on the server side + {{/enable_js}}