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 Sep 23, 2024
1 parent 55e880d commit f0891f0
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 f0891f0

Please sign in to comment.