(224 . 6)(224 . 15)
194 }
195 }
196
197 void CWallet::MarkDirty()
198 {
199 CRITICAL_BLOCK(cs_wallet)
200 {
201 BOOST_FOREACH(PAIRTYPE(const uint256, CWalletTx)& item, mapWallet)
202 item.second.MarkDirty();
203 }
204 }
205
206 bool CWallet::AddToWallet(const CWalletTx& wtxIn)
207 {
208 uint256 hash = wtxIn.GetHash();