- ED121A460F49C601B8C56E5E90E9AB728D6EDBA0674DDB34111E0E520CF84AEA918624C677937CE025FD95405B4DBE30A2A160F007846B32817532CD4FABA40B
+ 8D156EA97F8A65CEDFB916C7EB8A2FF621F1CF0131EFE51CD6BF1D5A8D3D6D0DD24FE05372FB91ED35DB27858A737D3E4E741BB0E0E5536893390BEBCE6EA6DD
bitcoin/src/db.cpp
(578 . 7)(578 . 7)
42 pindexBest = mapBlockIndex[hashBestChain];
43 nBestHeight = pindexBest->nHeight;
44 bnBestChainWork = pindexBest->bnChainWork;
45 printf("LoadBlockIndex(): hashBestChain=%s height=%d\n", hashBestChain.ToString().substr(0,20).c_str(), nBestHeight);
46 printf("LoadBlockIndex(): hashBestChain=%s height=%d\n", hashBestChain.ToString().c_str(), nBestHeight);
47
48 // Load bnBestInvalidWork, OK if it doesn't exist
49 ReadBestInvalidWork(bnBestInvalidWork);
(836 . 14)(836 . 6)
51 }
52 vWalletUpgrade.push_back(hash);
53 }
54
55 //// debug print
56 //printf("LoadWallet %s\n", wtx.GetHash().ToString().c_str());
57 //printf(" %12I64d %s %s %s\n",
58 // wtx.vout[0].nValue,
59 // DateTimeStrFormat("%x %H:%M:%S", wtx.GetBlockTime()).c_str(),
60 // wtx.hashBlock.ToString().substr(0,20).c_str(),
61 // wtx.mapValue["message"].c_str());
62 }
63 else if (strType == "acentry")
64 {