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

Commit

Permalink
add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Dec 21, 2018
1 parent 0fc3c92 commit 82cfd95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethcore/src/client/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ impl Importer {
// it is for reconstructing the state transition.
//
// The header passed is from the original block data and is sealed.
// TODO: should return an error if ImportRoute is none
fn commit_block<B>(&self, block: B, header: &Header, block_data: encoded::Block, client: &Client) -> ImportRoute where B: Drain {
let hash = &header.hash();
let number = header.number();
Expand Down

0 comments on commit 82cfd95

Please sign in to comment.