Remove references to CreateWalletFromFile

CWallet::CreateWalletFromFile() was removed in
8b5e7297c0 but these references remain.
This commit is contained in:
fanquake
2020-11-02 20:42:21 +08:00
parent c2d8ba6265
commit c82336c493
3 changed files with 4 additions and 4 deletions

View File

@@ -1145,7 +1145,7 @@ bool AppInitParameterInteraction(const ArgsManager& args)
if (!ParseMoney(args.GetArg("-minrelaytxfee", ""), n)) {
return InitError(AmountErrMsg("minrelaytxfee", args.GetArg("-minrelaytxfee", "")));
}
// High fee check is done afterward in CWallet::CreateWalletFromFile()
// High fee check is done afterward in CWallet::Create()
::minRelayTxFee = CFeeRate(n);
} else if (incrementalRelayFee > ::minRelayTxFee) {
// Allow only setting incrementalRelayFee to control both