Fix TODO comments (#8413)

This commit is contained in:
Wei Tang 2018-04-17 02:14:42 +08:00 committed by Afri Schoedon
parent a04c5b180a
commit 9e09d5b6bf

View File

@ -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")]