MCPcopy Create free account
hub / github.com/ElementsProject/elements / MarkDirty

Method MarkDirty

src/wallet/wallet.cpp:852–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852void CWallet::MarkDirty()
853{
854 {
855 LOCK(cs_wallet);
856 for (std::pair<const uint256, CWalletTx>& item : mapWallet)
857 item.second.MarkDirty(*this);
858 }
859}
860
861bool CWallet::MarkReplaced(const uint256& originalHash, const uint256& newHash)
862{

Callers 15

AddToWalletMethod · 0.45
MarkInputsDirtyMethod · 0.45
AbandonTransactionMethod · 0.45
MarkConflictedMethod · 0.45
CommitTransactionMethod · 0.45
MarkDestinationsDirtyMethod · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
importprivkeyFunction · 0.45
importaddressFunction · 0.45
importpubkeyFunction · 0.45
importwalletFunction · 0.45
backup.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.36