Skip to content

Commit 7f8c6ba

Browse files
committed
Upgrade to latest master
1 parent 584c193 commit 7f8c6ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demo/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl pallet_balances::Config for Runtime {
364364
type WeightInfo = pallet_balances::weights::SubstrateWeight<Runtime>;
365365
type FreezeIdentifier = ();
366366
type MaxFreezes = ();
367-
type RuntimeHoldReason = ();
367+
type RuntimeHoldReason = RuntimeHoldReason;
368368
type RuntimeFreezeReason = RuntimeFreezeReason;
369369
type DoneSlashHandler = ();
370370
}

substrate-extensions/partner-chains-session/src/pallet_session_compat.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ macro_rules! impl_pallet_session_config {
6262
type Keys = <$type as pallet_partner_chains_session::Config>::Keys;
6363
type DisablingStrategy = ();
6464
type WeightInfo = ();
65+
type Currency = Balances;
66+
type KeyDeposit = ();
6567
}
6668
};
6769
}

0 commit comments

Comments
 (0)