File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1106,7 +1106,7 @@ bool AppInitParameterInteraction()
1106
1106
if (!ParseMoney (gArgs .GetArg (" -minrelaytxfee" , " " ), n)) {
1107
1107
return InitError (AmountErrMsg (" minrelaytxfee" , gArgs .GetArg (" -minrelaytxfee" , " " )).translated );
1108
1108
}
1109
- // High fee check is done afterward in WalletParameterInteraction ()
1109
+ // High fee check is done afterward in CWallet::CreateWalletFromFile ()
1110
1110
::minRelayTxFee = CFeeRate (n);
1111
1111
} else if (incrementalRelayFee > ::minRelayTxFee) {
1112
1112
// Allow only setting incrementalRelayFee to control both
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class Chain;
17
17
18
18
// ! Responsible for reading and validating the -wallet arguments and verifying the wallet database.
19
19
// ! This function will perform salvage on the wallet if requested, as long as only one wallet is
20
- // ! being loaded (WalletParameterInteraction forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
20
+ // ! being loaded (WalletInit::ParameterInteraction() forbids -salvagewallet, -zapwallettxes or -upgradewallet with multiwallet).
21
21
bool VerifyWallets (interfaces::Chain& chain, const std::vector<std::string>& wallet_files);
22
22
23
23
// ! Load wallet databases.
You can’t perform that action at this time.
0 commit comments