aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-07-31 12:23:26 -0400
committerWladimir J. van der Laan <laanwj@gmail.com>2018-08-30 16:08:42 +0200
commitc9c32e6b844fc79467b7e24c6c916142a0d08484 (patch)
treeb9c2b5d6428b39e3d4f00342cd09e9bbc8dae80d /doc
parentf180e81d5780805a28bcc71c2bb6b16076336c3c (diff)
downloadbitcoin-c9c32e6b844fc79467b7e24c6c916142a0d08484.tar.xz
[wallet] Kill accounts
This commit does the following changes: - [wallet] Remove 'account' argument from GetLegacyBalance() - GetLegacyBalance() is never called with an account argument. Remove the argument and helper functions. - [wallet] Remove CWallet::ListAccountCreditDebit() - Function no longer used. - [wallet] Remove AccountMove() - Function no longer used. - [wallet] Remove AddAccountingEntry() - Function no longer used. - [wallet] Remove GetAccountCreditDebit() - Function no longer used. - [wallet] Don't rewrite accounting entries when reordering wallet transactions. - Accounting entries are deprecated. Don't rewrite them to the wallet database when re-ordering transactions. - [wallet] Remove WriteAccountingEntry() - Function no longer used. - [wallet] Don't read acentry key-values from wallet on load. - [wallet] Remove ListAccountCreditDebit() - Function no longer used. - [wallet] Remove CAccountingEntry class - No longer used - [wallet] Remove GetLabelDestination - Function no longer used. - [wallet] Delete unused account functions - ReadAccount - WriteAccount - EraseAccount - DeleteLabel - [wallet] Remove fromAccount argument from CommitTransaction() - [wallet] Remove strFromAccount. - No longer used. - [wallet] Remove strSentAccount from GetAmounts(). - No longer used. - [wallet] Update zapwallettxes comment to remove accounts. - [wallet] Remove CAccount - No longer used - [docs] fix typo in release notes for PR 14023
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-14023.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes-14023.md b/doc/release-notes-14023.md
index b23c11268b..18ea6f26d0 100644
--- a/doc/release-notes-14023.md
+++ b/doc/release-notes-14023.md
@@ -1,5 +1,5 @@
-Accout API removed
-------------------
+Account API removed
+-------------------
The 'account' API was deprecated in v0.17 and has been fully removed in v0.18.
The 'label' API was introduced in v0.17 as a replacement for accounts.