From 9e64178b9e6a8d19237b53a7338d7645cc4b9b3e Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Tue, 17 Apr 2018 01:01:50 +0800 Subject: [PATCH] Fix TODO comments --- 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 d9c1b247c34..2b3a085ca55 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")]