diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index fa8526686..c60b2a3f2 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3904,7 +3904,7 @@ bool CWallet::ParameterInteraction() if (!IsArgSet("-mintxfee") && payTxFee < CWallet::minTxFee) { LogPrintf("%s: parameter interaction: -paytxfee=%s -> setting -mintxfee=%s\n", __func__, GetArg("-paytxfee",""), GetArg("-paytxfee","")); - CWallet:minTxFee = CFeeRate(nFeePerK,1000); + CWallet::minTxFee = CFeeRate(nFeePerK,1000); } } if (IsArgSet("-maxtxfee"))