- F8FCCCD44B3635182B65B09B51229BF30BD42E1DCFD91D66C57D82425B055DDFBB8F88249479B6C3AD45D21AE0C0C6CDD920F8AE44693C4256598EA2BB807007
+ 3AC9EF2C460D73D3376F8AD28423B75AAE47D89108E5EC7ADB6E86E315E5F095F66DB50069016CFC523E28D96BAEB022F66600302885CDA43E2CE302FED5D8E4
bitcoin/src/db.cpp
(578 . 7)(578 . 7)
5 pindexBest = mapBlockIndex[hashBestChain];
6 nBestHeight = pindexBest->nHeight;
7 bnBestChainWork = pindexBest->bnChainWork;
8 printf("LoadBlockIndex(): hashBestChain=%s height=%d\n", hashBestChain.ToString().substr(0,20).c_str(), nBestHeight);
9 printf("LoadBlockIndex(): hashBestChain=%s height=%d\n", hashBestChain.ToString().c_str(), nBestHeight);
10
11 // Load bnBestInvalidWork, OK if it doesn't exist
12 ReadBestInvalidWork(bnBestInvalidWork);
(836 . 14)(836 . 6)
14 }
15 vWalletUpgrade.push_back(hash);
16 }
17
18 //// debug print
19 //printf("LoadWallet %s\n", wtx.GetHash().ToString().c_str());
20 //printf(" %12I64d %s %s %s\n",
21 // wtx.vout[0].nValue,
22 // DateTimeStrFormat("%x %H:%M:%S", wtx.GetBlockTime()).c_str(),
23 // wtx.hashBlock.ToString().substr(0,20).c_str(),
24 // wtx.mapValue["message"].c_str());
25 }
26 else if (strType == "acentry")
27 {