Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ WriteTx
Method
WriteTx
src/wallet/walletdb.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool WalletBatch::WriteTx(const CWalletTx& wtx)
91
{
92
return WriteIC(std::make_pair(DBKeys::TX, wtx.GetHash()), wtx);
93
}
94
95
bool WalletBatch::EraseTx(uint256 hash)
96
{
Callers
5
ReorderTransactions
Method · 0.80
MarkReplaced
Method · 0.80
AddToWallet
Method · 0.80
AbandonTransaction
Method · 0.80
MarkConflicted
Method · 0.80
Calls
1
GetHash
Method · 0.45
Tested by
no test coverage detected