197 | @@ -198,7 +198,7 @@ extern UniValue estimatepriority(const UniValue& params, bool fHelp);
198 | extern UniValue estimatesmartfee(const UniValue& params, bool fHelp);
199 | extern UniValue estimatesmartpriority(const UniValue& params, bool fHelp);
200 |
201 | -extern UniValue getnewaddress(const UniValue& params, bool fHelp); // in rpcwallet.cpp
202 | +extern UniValue getnewaddress(const UniValue& params, bool fHelp); // in rpc/wallet.cpp
There is no rpc/wallet.cpp?!
Indeed.
I wonder what the best course of action is here?
I'll probably just change that to wallet/rpcwallet.cpp
#7307 would solve that.
But I agree, changing to wallet/rpcwallet.cpp is probably fine for this PR.
Yes, my suggested fix too would b to just fix the comment