- C5AA0633F19E5ED97F1D80509A84BD8AEEB42ADE44EB1B45A1220C429B78C3943A2DFC83DA82FA9CDB87DC9563A1278D2033C20B5E2DA83252E36407A470DF93
+ 66F81F6DA997109F4D34CA654D30E24CB850FA87A6FBE6A045C6CB1A9F6D47D979FB4E25A0BBB35064C1259CDA3C7B5FF12F68D9C22C1ACF45299DBB4ED72317
bitcoin/src/db.cpp
(768 . 11)(768 . 9)
33 bool fIsEncrypted = false;
34
35 // Modify defaults
36 #ifndef WIN32
37 // Tray icon sometimes disappears on 9.10 karmic koala 64-bit, leaving no way to access the program
38 fMinimizeToTray = false;
39 fMinimizeOnClose = false;
40 #endif
41
42 //// todo: shouldn't we catch exceptions and try to recover and continue?
43 CRITICAL_BLOCK(pwallet->cs_wallet)