Skip to content

Commit

Permalink
Znode -> masternode in dumpkey warning (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar authored Jun 24, 2024
1 parent d3722c6 commit bcaacd4
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit bcaacd4

Please sign in to comment.