mempool link added to front page

This commit is contained in:
moneroexamples 2017-01-20 05:31:14 +00:00
parent 3826eb2920
commit 3143506724
1 changed files with 7 additions and 1 deletions

View File

@ -1595,7 +1595,13 @@ public:
found_something = 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
// which have same amount as the key image.