Skip to content

Commit cd42171

Browse files
bitcoind -> dashd
Co-Authored-By: dustinface <35775977+xdustinface@users.noreply.github.com>
1 parent b1c26d4 commit cd42171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2890,7 +2890,7 @@ UniValue loadwallet(const JSONRPCRequest& request)
28902890
throw std::runtime_error(
28912891
"loadwallet \"filename\"\n"
28922892
"\nLoads a wallet from a wallet file or directory."
2893-
"\nNote that all wallet command-line options used when starting bitcoind will be"
2893+
"\nNote that all wallet command-line options used when starting dashd will be"
28942894
"\napplied to the new wallet (eg -zapwallettxes, upgradewallet, rescan, etc).\n"
28952895
"\nArguments:\n"
28962896
"1. \"filename\" (string, required) The wallet directory or .dat file.\n"

0 commit comments

Comments
 (0)