MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / AddAccountingEntry

Method AddAccountingEntry

src/wallet/wallet.cpp:3122–3127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3120}
3121
3122bool CWallet::AddAccountingEntry(const CAccountingEntry& acentry)
3123{
3124 WalletBatch batch(*database);
3125
3126 return AddAccountingEntry(acentry, &batch);
3127}
3128
3129bool CWallet::AddAccountingEntry(const CAccountingEntry& acentry, WalletBatch *batch)
3130{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 3

WriteAccountingEntryMethod · 0.80
push_backMethod · 0.45
insertMethod · 0.45

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64