From 3340dbadd38f5624642cf0e14dddbe6f83a3863b Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Wed, 5 Aug 2020 16:37:55 -0400 Subject: Remove -zapwallettxes -zapwallettxes is made a hidden option to inform users that it is removed and they should be using abandontransaction to do the stuck transaction thing. --- src/dummywallet.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/dummywallet.cpp') diff --git a/src/dummywallet.cpp b/src/dummywallet.cpp index 380d4eb8ac..031b58373a 100644 --- a/src/dummywallet.cpp +++ b/src/dummywallet.cpp @@ -49,7 +49,6 @@ void DummyWalletInit::AddWalletOptions(ArgsManager& argsman) const "-walletdir=", "-walletnotify=", "-walletrbf", - "-zapwallettxes=", "-dblogsize=", "-flushwallet", "-privdb", -- cgit v1.2.3