diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-01-09 07:29:05 -0500 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-01-09 07:29:05 -0500 |
commit | 429a7405622ef84c17ecc851d0a6ac0086218837 (patch) | |
tree | 2ef24ee9f96ba5c33cc74e24b8e224378b686a50 /src/cryptonote_core/blockchain.cpp | |
parent | Fixes segfault in Blockchain::handle_alternative_block (diff) | |
download | monero-429a7405622ef84c17ecc851d0a6ac0086218837.tar.xz |
throw inline functions need to keep exception type
As it is useful for functions calling BlockchainDB functions to know
whether an exception is expected (attempting to get a block that doesn't
exist and counting it missing if not, to save time checking if it
does, for example), the inline functions throw{0,1} need to keep the
exception type information.
Slight comment update due to copy/paste failure.
Diffstat (limited to 'src/cryptonote_core/blockchain.cpp')
0 files changed, 0 insertions, 0 deletions