aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-09-01 08:41:15 +0800
committerfanquake <fanquake@gmail.com>2020-09-01 09:26:28 +0800
commita1d14f522c45d10cfeb544ee7bd70636ab917a9e (patch)
treee47af66d0602e2ba3c213e77ad1f7862660f74e6 /doc
parente796fdd4cb8ed1adfcf128549f3e8cc1af2759b9 (diff)
parent3340dbadd38f5624642cf0e14dddbe6f83a3863b (diff)
downloadbitcoin-a1d14f522c45d10cfeb544ee7bd70636ab917a9e.tar.xz
Merge #19671: wallet: Remove -zapwallettxes
3340dbadd38f5624642cf0e14dddbe6f83a3863b Remove -zapwallettxes (Andrew Chow) Pull request description: It's not clear what use there is to keeping `-zapwallettxes` given that it's intended usage has been superseded by `abandontransaction`. So this removes it outright. Alternative to #19700 ACKs for top commit: meshcollider: utACK 3340dbadd38f5624642cf0e14dddbe6f83a3863b fanquake: ACK 3340dbadd38f5624642cf0e14dddbe6f83a3863b - remaining manpage references will get cleaned up pre-release. Tree-SHA512: 3e58e1ef6f4f94894d012b93e88baba3fb9c2ad75b8349403f9ce95b80b50b0b4f443cb623cf76c355930db109f491b3442be3aa02972e841450ce52cf545fc8
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-19671.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-19671.md b/doc/release-notes-19671.md
new file mode 100644
index 0000000000..fb2d56d9a5
--- /dev/null
+++ b/doc/release-notes-19671.md
@@ -0,0 +1,6 @@
+Wallet
+------
+
+* The `-zapwallettxes` startup option has been removed and its functionality removed from the wallet.
+ This option was originally intended to allow for the fee bumping of transactions that did not
+ signal RBF. This functionality has been superseded with the abandon transaction feature.