Skip to content

Commit

Permalink
fix: 💚 build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Apr 2, 2024
1 parent 6b4abd3 commit e972532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit e972532

Please sign in to comment.