Merge branch 'master' into auth-bft

This commit is contained in:
keorn
2016-12-05 16:37:35 +00:00
16 changed files with 31 additions and 31 deletions

View File

@@ -666,7 +666,7 @@ impl BlockChainClient for TestBlockChainClient {
self.miner.pending_transactions(self.chain_info().best_block_number)
}
fn signing_network_id(&self) -> Option<u8> { None }
fn signing_network_id(&self) -> Option<u64> { None }
fn mode(&self) -> Mode { Mode::Active }