diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 855556833d..c0ff4248f2 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -1788,7 +1788,7 @@ parameter_types! { #[cfg(feature = "runtime-benchmarks")] parameter_types! { - pub const MinVestedTransfer: Balance = Balance::from(100u32); + pub const MinVestedTransfer: Balance = 100; pub UnvestedFundsAllowedWithdrawReasons: WithdrawReasons = WithdrawReasons::empty(); }