Skip to content

Commit

Permalink
enable fallback fee
Browse files Browse the repository at this point in the history
  • Loading branch information
konez2k committed May 10, 2020
1 parent 29c27dc commit 03e384c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4549,7 +4549,6 @@ std::shared_ptr<CWallet> CWallet::CreateWalletFromFile(interfaces::Chain& chain,
walletInstance->m_min_fee = CFeeRate(n);
}

walletInstance->m_allow_fallback_fee = Params().IsTestChain();
if (gArgs.IsArgSet("-fallbackfee")) {
CAmount nFeePerK = 0;
if (!ParseMoney(gArgs.GetArg("-fallbackfee", ""), nFeePerK)) {
Expand Down

0 comments on commit 03e384c

Please sign in to comment.