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

Commit

Permalink
use Pays from frame_support::dispatch::Pays
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored and ordian committed Sep 19, 2022
1 parent 918b4ca commit b453b1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/parachains/src/disputes/slashing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
use crate::{disputes, initializer::ValidatorSetCount, session_info::IdentificationTuple};
use frame_support::{
dispatch::Pays,
traits::{Defensive, Get, KeyOwnerProofSystem, ValidatorSet, ValidatorSetWithIdentification},
weights::{Pays, Weight},
weights::Weight,
};

use parity_scale_codec::{Decode, Encode};
use primitives::v2::{CandidateHash, SessionIndex, ValidatorId, ValidatorIndex};
use scale_info::TypeInfo;
Expand Down

0 comments on commit b453b1a

Please sign in to comment.