blockchain_blackball: fix stray !

This commit is contained in:
moneromooo-monero 2018-10-08 17:36:51 +00:00
parent 3f2bfe87f7
commit 77471e23bd
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ int main(int argc, char* argv[])
std::cout << "\r" << start_idx << "/" << n_txes << " \r" << std::flush;
}
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");
}
}