From 9f3a042f55aeeb3b9d4d68eef35e358667484b4d Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 23 Nov 2016 20:16:33 +0100 Subject: [PATCH] Update message --- rpc/src/v1/impls/parity_accounts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/src/v1/impls/parity_accounts.rs b/rpc/src/v1/impls/parity_accounts.rs index 8229715ea..3d91bf08a 100644 --- a/rpc/src/v1/impls/parity_accounts.rs +++ b/rpc/src/v1/impls/parity_accounts.rs @@ -123,7 +123,7 @@ impl ParityAccounts for ParityAccountsClient where C: MiningBlock take_weak!(self.accounts) .kill_account(&account, &password) .map(|_| true) - .map_err(|e| errors::account("Could not fetch account info.", e)) + .map_err(|e| errors::account("Could not delete account.", e)) } fn set_account_name(&self, addr: RpcH160, name: String) -> Result {