From 31cb03bb6ce3b6aa118f67a4755f6b981d6002f3 Mon Sep 17 00:00:00 2001 From: hammeWang Date: Tue, 26 Nov 2019 18:41:35 +0800 Subject: [PATCH] fix typo --- core/sr-eth-primitives/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sr-eth-primitives/src/lib.rs b/core/sr-eth-primitives/src/lib.rs index f26ac87dc..d2f56d727 100644 --- a/core/sr-eth-primitives/src/lib.rs +++ b/core/sr-eth-primitives/src/lib.rs @@ -31,7 +31,7 @@ pub type Address = H160; pub type BlockNumber = u64; #[derive(Clone, Copy, Eq, PartialEq, Encode, Decode)] -pub struct BestBLock { +pub struct BestBlock { height: u64, // enough for ethereum poa network (kovan) hash: H256, total_difficulty: U256,