Skip to content

Commit

Permalink
Merge pull request #54 from cakedefi/turn_on_default_fallback_fee_in_…
Browse files Browse the repository at this point in the history
…mainnet

wallet: turn on default fallback fee in mainnet
  • Loading branch information
monstrobishi authored Jul 17, 2020
2 parents ace45d5 + 9d79762 commit ddd8a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4434,7 +4434,7 @@ std::shared_ptr<CWallet> CWallet::CreateWalletFromFile(interfaces::Chain& chain,
walletInstance->m_min_fee = CFeeRate(n);
}

walletInstance->m_allow_fallback_fee = Params().IsTestChain();
// 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 ddd8a20

Please sign in to comment.