Skip to content

Commit

Permalink
RuntimeEvent to be first at pallet_balances::Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Oct 2, 2024
1 parent b64beb5 commit d5bf1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/humanode-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@ impl pallet_pot::Config<PotInstanceEvmToNativeSwapBridge> for Runtime {
}

impl pallet_balances::Config for Runtime {
/// The ubiquitous event type.
type RuntimeEvent = RuntimeEvent;
type ReserveIdentifier = [u8; 8];
/// The type for recording an account's balance.
type Balance = Balance;
/// The ubiquitous event type.
type RuntimeEvent = RuntimeEvent;
type DustRemoval = pallet_pot::DepositUnbalancedFungible<Self, PotInstanceTreasury>;
type ExistentialDeposit = ConstU128<500>;
type AccountStore = System;
Expand Down

0 comments on commit d5bf1c8

Please sign in to comment.