Fixing warnings

This commit is contained in:
Tomasz Drwięga
2016-07-01 02:08:14 +02:00
parent cf7830fa8f
commit 5c2ca9a0cb
4 changed files with 6 additions and 6 deletions

View File

@@ -348,7 +348,7 @@ impl Client {
imported
}
fn commit_block<B>(&self, block: B, hash: &H256, block_data: &Bytes) -> ImportRoute where B: IsBlock + Drain {
fn commit_block<B>(&self, block: B, hash: &H256, block_data: &[u8]) -> ImportRoute where B: IsBlock + Drain {
let number = block.header().number();
// Are we committing an era?
let ancient = if number >= HISTORY {