Merge pull request #1615

f0989893 core: cache tx hashes of failing semantics txes (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2017-01-22 11:51:53 -05:00
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -824,6 +824,8 @@ namespace cryptonote
size_t block_sync_size;
time_t start_time;
std::unordered_set<crypto::hash> bad_semantics_txes;
};
}