This commit is contained in:
Kian Paimani
2023-07-09 15:44:24 +02:00
committed by GitHub
parent e2964385b1
commit c67723012b
9 changed files with 207 additions and 217 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ macro_rules! impl_runtime_weights {
/// The type used for currency conversion.
///
/// This must only be used as long as the balance type is `u128`.
pub type CurrencyToVote = frame_support::traits::U128CurrencyToVote;
pub type CurrencyToVote = sp_staking::currency_to_vote::U128CurrencyToVote;
static_assertions::assert_eq_size!(primitives::Balance, u128);
/// A placeholder since there is currently no provided session key handler for parachain validator