From bc5905f10c4cd5abd27a7345b0abb35c01e36053 Mon Sep 17 00:00:00 2001 From: justanwar <42809091+justanwar@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:17:17 +0800 Subject: [PATCH] Znode -> masternode --- 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"