| 106 | } |
| 107 | |
| 108 | void CWallet::SetBestChain(const CBlockLocator &loc) { |
| 109 | AssertLockHeld(cs_wallet); |
| 110 | bestBlock = loc; |
| 111 | } |
| 112 | |
| 113 | void CWallet::SyncTransaction(const uint256 &hash, CBaseTx *pTx, const CBlock *pBlock) { |
| 114 | assert(pTx != nullptr || pBlock != nullptr); |