mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
pay out slashes to the treasury (#391)
This commit is contained in:
committed by
Gavin Wood
parent
2a78213040
commit
7d78d9ace6
@@ -287,7 +287,7 @@ impl staking::Trait for Runtime {
|
|||||||
type CurrencyToVote = CurrencyToVoteHandler;
|
type CurrencyToVote = CurrencyToVoteHandler;
|
||||||
type Event = Event;
|
type Event = Event;
|
||||||
type Currency = Balances;
|
type Currency = Balances;
|
||||||
type Slash = ();
|
type Slash = Treasury;
|
||||||
type Reward = ();
|
type Reward = ();
|
||||||
type SessionsPerEra = SessionsPerEra;
|
type SessionsPerEra = SessionsPerEra;
|
||||||
type BondingDuration = BondingDuration;
|
type BondingDuration = BondingDuration;
|
||||||
|
|||||||
Reference in New Issue
Block a user