From b9029a4664c1509bf53891d2adf5df83c9f31eb7 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Mon, 23 Jan 2017 23:27:15 +0000 Subject: [PATCH] link to tx added to show my outputs --- src/page.h | 1 - src/templates/my_outputs.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/page.h b/src/page.h index 0c9216d..e906a07 100644 --- a/src/page.h +++ b/src/page.h @@ -1364,7 +1364,6 @@ public: // this can show possible spending. Only possible, because // without a spend key, we cant know for sure. It might be // that our output was used by someone else for their mixins. - // For this we can look in our custom db, for efficiencly bool show_key_images {false}; diff --git a/src/templates/my_outputs.html b/src/templates/my_outputs.html index e68c9aa..f744cbf 100644 --- a/src/templates/my_outputs.html +++ b/src/templates/my_outputs.html @@ -1,7 +1,7 @@
-

Tx hash: {{tx_hash}}

+

Tx hash: {{tx_hash}}

Tx public key: {{tx_pub_key}}