mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-24 22:04:30 +00:00
CKeyPool avoid "catch (...)" in SerializationOp
This commit is contained in:
parent
e138876f0a
commit
58e148333e
@ -118,7 +118,7 @@ public:
|
||||
try {
|
||||
READWRITE(fInternal);
|
||||
}
|
||||
catch (...) {
|
||||
catch (std::ios_base::failure&) {
|
||||
/* flag as external address if we can't read the internal boolean */
|
||||
fInternal = false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user