From 9d671da4ebe6e36e5eedab68ca48d675eded22a7 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 18 Jan 2017 18:05:31 +0800 Subject: [PATCH] note about server side calculations added to tx info page --- src/templates/css/style.css | 2 +- src/templates/partials/tx_details.html | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/templates/css/style.css b/src/templates/css/style.css index 43db375..48b2938 100644 --- a/src/templates/css/style.css +++ b/src/templates/css/style.css @@ -70,7 +70,7 @@ form { .tabs { position: relative; - min-height: 200px; /* This part sucks */ + min-height: 220px; /* This part sucks */ clear: both; margin: 25px 0; } diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index 29dddbf..26cf08f 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -83,14 +83,17 @@

Check which outputs belong to given Monero address and viewkey

-
For RingCT transactions, outputs' amounts are also decoded
+
+ For RingCT transactions, outputs' amounts are also decoded +
+ Note: these calculations are done on the server side, because there is no javascript +



-
@@ -100,8 +103,12 @@

Prove to someone that you send them Monero in this transaction

-
Tx private key can be obtained using get_tx_key - command in monero-wallet-cli command line tool
+
+ 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, because there is no javascript +