We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20e696 commit 2631236Copy full SHA for 2631236
runtime/src/lib.rs
@@ -647,10 +647,8 @@ impl pallet_staking::Config for Runtime {
647
type UnixTime = Timestamp;
648
type CurrencyToVote = SaturatingCurrencyToVote;
649
type RewardRemainder = ();
650
- // type RewardRemainder = Treasury;
651
type RuntimeEvent = RuntimeEvent;
652
type Slash = ();
653
- // type Slash = Treasury;
654
type Reward = ();
655
type SessionsPerEra = SessionsPerEra;
656
type BondingDuration = BondingDuration;
0 commit comments