Skip to content

Commit

Permalink
Fix TODO comments (openethereum#8413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and VladLupashevskyi committed May 23, 2018
1 parent bcd4ee9 commit 7ce99cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rpc/src/v1/types/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ pub struct Block {
pub uncles_hash: H256,
/// Authors address
pub author: H160,
// TODO: get rid of this one
/// ?
/// Alias of `author`
pub miner: H160,
/// State root hash
#[serde(rename="stateRoot")]
Expand Down

0 comments on commit 7ce99cf

Please sign in to comment.