Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ WriteTx
Method
WriteTx
src/wallet/walletdb.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
bool WalletBatch::WriteTx(const CWalletTx& wtx)
50
{
51
return WriteIC(std::make_pair(std::string(
"tx"
), wtx.GetHash()), wtx);
52
}
53
54
bool WalletBatch::EraseTx(uint256 hash)
55
{
Callers
6
ReorderTransactions
Method · 0.80
MarkReplaced
Method · 0.80
AddToWallet
Method · 0.80
AbandonTransaction
Method · 0.80
MarkConflicted
Method · 0.80
CreateWalletFromFile
Method · 0.80
Calls
1
GetHash
Method · 0.45
Tested by
no test coverage detected