Merge branch 'jsonrpc2' of github.com:ethcore/parity into jsonrpc2

This commit is contained in:
debris 2016-02-19 14:08:33 +01:00
commit a760f5263f

View File

@ -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.