Fix warnings: unused

This commit is contained in:
adria0
2020-07-29 10:57:15 +02:00
committed by Artem Vorotnikov
parent 0cd972326c
commit cacbf256fe
23 changed files with 21 additions and 55 deletions

View File

@@ -2002,8 +2002,6 @@ mod tests {
block: encoded::Block,
receipts: Vec<Receipt>,
) -> ImportRoute {
use crate::ExtrasInsert;
let fork_choice = {
let header = block.header_view();
let parent_hash = header.parent_hash();