Fix error message text to refer to zcashd-wallet-tool rather than the RPC method.

This commit is contained in:
Kris Nuttycombe 2021-11-17 18:03:11 -07:00
parent b1d6a514e2
commit 2ec7073459
1 changed files with 1 additions and 1 deletions

View File

@ -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."
);
}