Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/src/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! Auxillary struct/enums for polkadot runtime.

use primitives::Balance;
use sr_primitives::weights::Weight;
use paint_support::weights::Weight;
use sr_primitives::traits::{Convert, Saturating};
use sr_primitives::{Fixed64, Perbill};
use paint_support::traits::{OnUnbalanced, Currency, Get};
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/parachains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use sr_primitives::traits::{
Hash as HashT, BlakeTwo256, Saturating, One, Zero, Dispatchable,
AccountIdConversion,
};
use sr_primitives::weights::SimpleDispatchInfo;
use paint_support::weights::SimpleDispatchInfo;
use primitives::{
Hash, Balance,
parachain::{
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/slots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use rstd::{prelude::*, mem::swap, convert::TryInto};
use sr_primitives::traits::{
CheckedSub, StaticLookup, Zero, One, CheckedConversion, Hash, AccountIdConversion,
};
use sr_primitives::weights::SimpleDispatchInfo;
use paint_support::weights::SimpleDispatchInfo;
use codec::{Encode, Decode, Codec};
use paint_support::{
decl_module, decl_storage, decl_event, ensure,
Expand Down