Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sekisamu committed Nov 26, 2019
1 parent e664541 commit 31cb03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sr-eth-primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 31cb03b

Please sign in to comment.