mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
link to tx added to show my outputs
This commit is contained in:
parent
f1088e5154
commit
b9029a4664
2 changed files with 1 additions and 2 deletions
|
@ -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};
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue