Update message

This commit is contained in:
Gav Wood 2016-11-23 20:16:33 +01:00 committed by GitHub
parent 78ffd10236
commit 9f3a042f55

View File

@ -123,7 +123,7 @@ impl<C: 'static> ParityAccounts for ParityAccountsClient<C> where C: MiningBlock
take_weak!(self.accounts) take_weak!(self.accounts)
.kill_account(&account, &password) .kill_account(&account, &password)
.map(|_| true) .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<bool, Error> { fn set_account_name(&self, addr: RpcH160, name: String) -> Result<bool, Error> {