- D6224A6FE15BD7712174FD0D420D8B289204712D5CBDE94AEF0CC6EF96EC2FE60AABE4CD71360D32A2464E87C6BFAFF59D0464FDE880302BB8180DEA4371CE57
+ 0E9401061876B3C91016108AB88A45AA8DC5F57F1B6E0487A62E540A78C52D11062DE7C2D23E4A6545DD19992375199A243D099DB730C58DD11F9F27D707872B
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)