File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
substrate-extensions/partner-chains-session/src Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ impl pallet_balances::Config for Runtime {
364
364
type WeightInfo = pallet_balances:: weights:: SubstrateWeight < Runtime > ;
365
365
type FreezeIdentifier = ( ) ;
366
366
type MaxFreezes = ( ) ;
367
- type RuntimeHoldReason = ( ) ;
367
+ type RuntimeHoldReason = RuntimeHoldReason ;
368
368
type RuntimeFreezeReason = RuntimeFreezeReason ;
369
369
type DoneSlashHandler = ( ) ;
370
370
}
Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ macro_rules! impl_pallet_session_config {
62
62
type Keys = <$type as pallet_partner_chains_session:: Config >:: Keys ;
63
63
type DisablingStrategy = ( ) ;
64
64
type WeightInfo = ( ) ;
65
+ type Currency = Balances ;
66
+ type KeyDeposit = ( ) ;
65
67
}
66
68
} ;
67
69
}
You can’t perform that action at this time.
0 commit comments