mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
mempool link added to front page
This commit is contained in:
parent
3826eb2920
commit
3143506724
1 changed files with 7 additions and 1 deletions
|
@ -1595,7 +1595,13 @@ public:
|
||||||
found_something = true;
|
found_something = true;
|
||||||
show_key_images = true;
|
show_key_images = true;
|
||||||
|
|
||||||
|
// increase sum_mixin_xmr only when
|
||||||
|
// public key of an outputs used in ring signature,
|
||||||
|
// matches a public key in a mixin_tx
|
||||||
|
if (txout_k.key != output_data.pubkey)
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
// for regular txs, just concentrated on outputs
|
// for regular txs, just concentrated on outputs
|
||||||
// which have same amount as the key image.
|
// which have same amount as the key image.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue