From 0e10efc727de63d6c0c5ccad4b3c032f9d909b8d Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 19 Feb 2016 11:33:46 +0100 Subject: [PATCH] Update blockchain.rs --- ethcore/src/blockchain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethcore/src/blockchain.rs b/ethcore/src/blockchain.rs index 052e64d4c..cfb057b19 100644 --- a/ethcore/src/blockchain.rs +++ b/ethcore/src/blockchain.rs @@ -35,7 +35,7 @@ pub struct TreeRoute { /// Best common ancestor of these blocks. pub ancestor: H256, /// An index where best common ancestor would be. - pub index: usize + pub index: usize, } /// Represents blockchain's in-memory cache size in bytes.