Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Nov 3, 2021
1 parent 5769f43 commit aae5122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nimbus-consensus/src/manual_seal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use sc_consensus::BlockImportParams;
use sc_consensus_manual_seal::{ConsensusDataProvider, Error};
use sp_api::{TransactionFor, ProvideRuntimeApi};
use sp_inherents::InherentData;
use nimbus_primitives::{NimbusApi, NimbusId, NimbusSignature, CompatibleDigestItem};
use nimbus_primitives::{NimbusApi, NimbusId, CompatibleDigestItem};

//TODO Do I need the generic B? I copied it from Babe impl in Substrate.
/// Provides nimbus-compatible pre-runtime digests for use with manual seal consensus
Expand Down

0 comments on commit aae5122

Please sign in to comment.