aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-08-19 17:38:49 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-09-03 14:10:25 -0400
commitfaa13539d5262bb7a512e9ff82e80083e04315ee (patch)
treedc58809270f4fca0b9a01632980451b7789fb1c2 /src/init.cpp
parent6e431296daceee604f48e9e3e87fa84cfd44bef2 (diff)
downloadbitcoin-faa13539d5262bb7a512e9ff82e80083e04315ee.tar.xz
wallet: Fix documentation around WalletParameterInteraction
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index ca419c05fa..0594ec95af 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -1106,7 +1106,7 @@ bool AppInitParameterInteraction()
if (!ParseMoney(gArgs.GetArg("-minrelaytxfee", ""), n)) {
return InitError(AmountErrMsg("minrelaytxfee", gArgs.GetArg("-minrelaytxfee", "")).translated);
}
- // High fee check is done afterward in WalletParameterInteraction()
+ // High fee check is done afterward in CWallet::CreateWalletFromFile()
::minRelayTxFee = CFeeRate(n);
} else if (incrementalRelayFee > ::minRelayTxFee) {
// Allow only setting incrementalRelayFee to control both