(224 . 6)(224 . 15)
217 }
218 }
219
220 void CWallet::MarkDirty()
221 {
222 CRITICAL_BLOCK(cs_wallet)
223 {
224 BOOST_FOREACH(PAIRTYPE(const uint256, CWalletTx)& item, mapWallet)
225 item.second.MarkDirty();
226 }
227 }
228
229 bool CWallet::AddToWallet(const CWalletTx& wtxIn)
230 {
231 uint256 hash = wtxIn.GetHash();