pay out slashes to the treasury (#391)

This commit is contained in:
Robert Habermeier
2019-08-20 18:33:14 +02:00
committed by Gavin Wood
parent 2a78213040
commit 7d78d9ace6
+1 -1
View File
@@ -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;