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

Commit

Permalink
Fix TODO comments (#8413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and 5chdn committed Apr 16, 2018
1 parent a04c5b1 commit 9e09d5b
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 9e09d5b

Please sign in to comment.