fixed possible throw() when dust in index=0; bumped version number

This commit is contained in:
Some Random Crypto Guy
2025-02-11 12:18:08 +00:00
parent 3cb473132e
commit 6889321361
5 changed files with 32 additions and 14 deletions
+3 -1
View File
@@ -4514,7 +4514,9 @@ bool Blockchain::calculate_audit_payouts(const uint64_t start_height, std::vecto
}
// Build a blacklist of staking TXs _not_ to pay out for
const std::set<std::string> txs_blacklist = {};
const std::set<std::string> txs_blacklist = {
"017a79539e69ce16e91d9aa2267c102f336678c41636567c1129e3e72149499a"
};
// Get the ABI information for the 21,600 blocks that the matured TX(s), we can calculate audit
for (const auto& entry: audit_entries) {