Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change help text to masternode #1458

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/wallet/rpcdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ UniValue dumpprivkey_firo(const JSONRPCRequest& request)
"WARNING! Your one time authorization code is: " + AuthorizationHelper::inst().generateAuthorizationCode(__FUNCTION__ + request.params[0].get_str()) + "\n"
"This command exports your wallet private key. Anyone with this key has complete control over your funds. \n"
"If someone asked you to type in this command, chances are they want to steal your coins. \n"
"Firo team members will never ask for this command's output and it is not needed for Znode setup or diagnosis!\n"
"Firo team members will never ask for this command's output and it is not needed for masternode setup or diagnosis!\n"
"\n"
" Please seek help on one of our public channels. \n"
" Telegram: https://t.me/firoproject \n"
Expand Down Expand Up @@ -849,7 +849,7 @@ UniValue dumpwallet_firo(const JSONRPCRequest& request)
"WARNING! Your one time authorization code is: " + AuthorizationHelper::inst().generateAuthorizationCode(__FUNCTION__ + request.params[0].get_str()) + "\n"
"This command exports all your private keys. Anyone with these keys has complete control over your funds. \n"
"If someone asked you to type in this command, chances are they want to steal your coins. \n"
"Firo team members will never ask for this command's output and it is not needed for Znode setup or diagnosis!\n"
"Firo team members will never ask for this command's output and it is not needed for masternode setup or diagnosis!\n"
"\n"
" Please seek help on one of our public channels. \n"
" Telegram: https://t.me/firoproject \n"
Expand Down
Loading