aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index d93830f085..4b40da1683 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;
}