catch const exceptions

This commit is contained in:
moneromooo-monero
2017-12-11 23:04:57 +00:00
parent 45a1c4c088
commit a4240d9ffc
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2894,7 +2894,7 @@ uint64_t BlockchainLMDB::add_block(const block& blk, const size_t& block_size, c
{
BlockchainDB::add_block(blk, block_size, cumulative_difficulty, coins_generated, txs);
}
catch (DB_ERROR_TXN_START& e)
catch (const DB_ERROR_TXN_START& e)
{
throw;
}