From 9e09d5b6bf0842b4ddad61976250a6007abcfa8b Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Tue, 17 Apr 2018 02:14:42 +0800 Subject: [PATCH] Fix TODO comments (#8413) --- rpc/src/v1/types/block.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rpc/src/v1/types/block.rs b/rpc/src/v1/types/block.rs index d9c1b247c..2b3a085ca 100644 --- a/rpc/src/v1/types/block.rs +++ b/rpc/src/v1/types/block.rs @@ -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")]