From bcaacd429cd9e80921b1a7818ec0c3523e7f657a Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:16:37 +0800 Subject: [PATCH] Znode -> masternode in dumpkey warning (#1458) --- src/wallet/rpcdump.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index 9fac69a95a..2fe0152c39 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -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" @@ -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"