Skip to content

Commit

Permalink
fix: 💚 ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Apr 2, 2024
1 parent d6f2efa commit 19409c9
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 = ExistentialDeposit;
pub MinVestedTransfer: Balance = ExistentialDeposit::get();
pub UnvestedFundsAllowedWithdrawReasons: WithdrawReasons = WithdrawReasons::empty();
}

Expand Down

0 comments on commit 19409c9

Please sign in to comment.