|
|
|
@ -2501,6 +2501,11 @@ bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey, CCon
@@ -2501,6 +2501,11 @@ bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey, CCon
|
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void CWallet::ListAccountCreditDebit(const std::string& strAccount, std::list<CAccountingEntry>& entries) { |
|
|
|
|
CWalletDB walletdb(strWalletFile); |
|
|
|
|
return walletdb.ListAccountCreditDebit(strAccount, entries); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
bool CWallet::AddAccountingEntry(const CAccountingEntry& acentry, CWalletDB & pwalletdb) |
|
|
|
|
{ |
|
|
|
|
if (!pwalletdb.WriteAccountingEntry_Backend(acentry)) |
|
|
|
|