diff options
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index cf3c6ee121..ba16cdf267 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3842,9 +3842,6 @@ bool CWallet::ParameterInteraction() bSpendZeroConfChange = GetBoolArg("-spendzeroconfchange", DEFAULT_SPEND_ZEROCONF_CHANGE); fWalletRbf = GetBoolArg("-walletrbf", DEFAULT_WALLET_RBF); - if (GetBoolArg("-sendfreetransactions", false)) - InitWarning("The argument -sendfreetransactions is no longer supported."); - return true; } |