Merge branch 'master' into jsonrpc2

This commit is contained in:
debris
2016-02-15 10:53:01 +01:00
31 changed files with 927 additions and 109 deletions

View File

@@ -55,6 +55,7 @@ impl Visitor for BlockNumberVisitor {
}
impl Into<BlockId> for BlockNumber {
#[allow(match_same_arms)]
fn into(self) -> BlockId {
match self {
BlockNumber::Num(n) => BlockId::Number(n),