link to tx added to show my outputs

This commit is contained in:
moneroexamples 2017-01-23 23:27:15 +00:00
parent f1088e5154
commit b9029a4664
2 changed files with 1 additions and 2 deletions

View File

@ -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};

View File

@ -1,7 +1,7 @@
<div>
<H4 style="margin:5px">Tx hash: {{tx_hash}}</H4>
<H4 style="margin:5px">Tx hash: <a href="/tx/{{tx_hash}}">{{tx_hash}}</a></H4>
<H5 style="margin:5px">Tx public key: {{tx_pub_key}}</H5>