From 1d8f4259174b679afba2fba1803cc9371afb3afb Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Thu, 19 Jan 2017 05:32:10 +0800 Subject: [PATCH] notes added to tx pusher and key images and ouputs data files checkers. --- src/templates/rawkeyimgs.html | 2 ++ src/templates/rawoutputkeys.html | 2 ++ src/templates/rawtx.html | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/templates/rawkeyimgs.html b/src/templates/rawkeyimgs.html index fef4d67..3b346e6 100644 --- a/src/templates/rawkeyimgs.html +++ b/src/templates/rawkeyimgs.html @@ -29,6 +29,8 @@

Viewkey (key image file data is encoded using your viewkey. Thus is needed for decryption)
+ Note: data and viewkey are sent to the server, as the calculations are done on the server side +

diff --git a/src/templates/rawoutputkeys.html b/src/templates/rawoutputkeys.html index 5b07489..5f1a4d2 100644 --- a/src/templates/rawoutputkeys.html +++ b/src/templates/rawoutputkeys.html @@ -29,6 +29,8 @@

Viewkey (output keys file data is encoded using your viewkey. Thus is needed for decryption)
+ Note: data and viewkey are sent to the server, as the calculations are done on the server side +

diff --git a/src/templates/rawtx.html b/src/templates/rawtx.html index 2f483c5..75b0052 100644 --- a/src/templates/rawtx.html +++ b/src/templates/rawtx.html @@ -29,6 +29,8 @@ (In Windows, can get base64 signed raw tx data: certutil.exe -encode -f signed_monero_tx encoded.txt & type "encoded.txt" | clip)

+ Note: data is sent to the server, as the calculations are done on the server side +