diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 74938c8c3..339feb9ae 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -88,7 +88,7 @@ void EnsureWalletIsBackedUp(const CChainParams& params) throw JSONRPCError( RPC_WALLET_BACKUP_REQUIRED, "Error: Please acknowledge that you have backed up the wallet's emergency recovery phrase " - "by using the walletconfirmbackup RPC method first." + "by using zcashd-wallet-tool first." ); }