Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
docs(remove outdated todo)
Browse files Browse the repository at this point in the history
Co-Authored-By: niklasad1 <niklasadolfsson1@gmail.com>
  • Loading branch information
ordian and niklasad1 authored Mar 20, 2019
1 parent 93ea654 commit d957ba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/src/v1/impls/light/parity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ where
}

fn phrase_to_address(&self, phrase: String) -> Result<H160> {
// TODO(niklasad1): replace `unwrap`
Ok(Brain::new(phrase).generate().expect("Brain::generate always returns Ok; qed").address())
}

Expand Down

0 comments on commit d957ba3

Please sign in to comment.