Add raise() for MultisigPage and for RpcConsole
[novacoin.git] / src / main.cpp
index b4a03a5..6df49c7 100644 (file)
@@ -3004,7 +3004,7 @@ bool LoadExternalBlockFile(FILE* fileIn)
                 }
             }
         }
-        catch (std::exception &e) {
+        catch (const std::exception&) {
             printf("%s() : Deserialize or I/O error caught during load\n",
                    BOOST_CURRENT_FUNCTION);
         }