Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Oct 23, 2024
1 parent cff6815 commit 109d7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/bajun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ parameter_types! {
parameter_types! {
pub TreasuryAccount: AccountId = Treasury::account_id();
pub const SpendPayoutPeriod: u32 = 6 * DAYS;
pub const MaxBalance: Balance = Balance::max_value();
pub const MaxBalance: Balance = Balance::MAX;
}

impl pallet_treasury::Config for Runtime {
Expand Down

0 comments on commit 109d7ce

Please sign in to comment.