diff options
author | fanquake <fanquake@gmail.com> | 2020-09-01 08:41:15 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-09-01 09:26:28 +0800 |
commit | a1d14f522c45d10cfeb544ee7bd70636ab917a9e (patch) | |
tree | e47af66d0602e2ba3c213e77ad1f7862660f74e6 /test/functional/wallet_basic.py | |
parent | e796fdd4cb8ed1adfcf128549f3e8cc1af2759b9 (diff) | |
parent | 3340dbadd38f5624642cf0e14dddbe6f83a3863b (diff) |
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 'test/functional/wallet_basic.py')
-rwxr-xr-x | test/functional/wallet_basic.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/wallet_basic.py b/test/functional/wallet_basic.py index c4db8e2119..147c43f2f7 100755 --- a/test/functional/wallet_basic.py +++ b/test/functional/wallet_basic.py @@ -534,8 +534,6 @@ class WalletTest(BitcoinTestFramework): maintenance = [ '-rescan', '-reindex', - '-zapwallettxes=1', - '-zapwallettxes=2', ] chainlimit = 6 for m in maintenance: |