mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-11 05:33:28 +01:00
blockchain_blackball: fix stray !
This commit is contained in:
parent
3f2bfe87f7
commit
77471e23bd
@ -1233,7 +1233,7 @@ int main(int argc, char* argv[])
|
|||||||
std::cout << "\r" << start_idx << "/" << n_txes << " \r" << std::flush;
|
std::cout << "\r" << start_idx << "/" << n_txes << " \r" << std::flush;
|
||||||
}
|
}
|
||||||
blackballs.push_back(output);
|
blackballs.push_back(output);
|
||||||
if (!add_spent_output(cur, output_data(txin.amount, absolute[o])))
|
if (add_spent_output(cur, output_data(txin.amount, absolute[o])))
|
||||||
inc_stat(txn, txin.amount ? "pre-rct-duplicate-rings" : "rct-duplicate-rings");
|
inc_stat(txn, txin.amount ? "pre-rct-duplicate-rings" : "rct-duplicate-rings");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user