MCPcopy 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
49bool WalletBatch::WriteTx(const CWalletTx& wtx)
50{
51 return WriteIC(std::make_pair(std::string("tx"), wtx.GetHash()), wtx);
52}
53
54bool WalletBatch::EraseTx(uint256 hash)
55{

Callers 6

ReorderTransactionsMethod · 0.80
MarkReplacedMethod · 0.80
AddToWalletMethod · 0.80
AbandonTransactionMethod · 0.80
MarkConflictedMethod · 0.80
CreateWalletFromFileMethod · 0.80

Calls 1

GetHashMethod · 0.45

Tested by

no test coverage detected