Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Handle conflicting file
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Oct 26, 2020
1 parent 9345548 commit bc8ef74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/node-template/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,7 @@ use static_assertions::const_assert;
// --- substrate ---
use frame_support::{
construct_runtime, debug, parameter_types,
traits::{InstanceFilter, KeyOwnerProofSystem, LockIdentifier, Randomness},
// traits::{KeyOwnerProofSystem, LockIdentifier, Randomness, FindAuthor},
traits::{FindAuthor, InstanceFilter, KeyOwnerProofSystem, LockIdentifier, Randomness},
weights::{
constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight, WEIGHT_PER_SECOND},
Weight,
Expand Down

0 comments on commit bc8ef74

Please sign in to comment.