Separate WeightToFee calculation for Kusama and Polkadot (#854)

* Separate `WeightToFee` calculation for Kusama and Polkadot

* Bump spec
This commit is contained in:
Shawn Tabrizi
2020-02-19 22:23:50 +01:00
committed by GitHub
parent b642c4b197
commit c01ef7198f
6 changed files with 48 additions and 27 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ pub use attestations::{Call as AttestationsCall, MORE_ATTESTATIONS_IDENTIFIER};
pub use parachains::Call as ParachainsCall;
/// Implementations of some helper traits passed into runtime modules as associated types.
pub use impls::{CurrencyToVoteHandler, TargetedFeeAdjustment, ToAuthor, WeightToFee};
pub use impls::{CurrencyToVoteHandler, TargetedFeeAdjustment, ToAuthor};
pub type NegativeImbalance<T> = <balances::Module<T> as Currency<<T as system::Trait>::AccountId>>::NegativeImbalance;