diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index d93830f08..4b40da168 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -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; }