Companion for substrate/pull/8368 (#2683)

* Companion for https://github.com/paritytech/substrate/pull/8368

* "Update Substrate"

Co-authored-by: parity-processbot <>
This commit is contained in:
Kian Paimani
2021-03-25 10:52:57 +01:00
committed by GitHub
parent 7149f764e4
commit a2c3685cab
8 changed files with 182 additions and 152 deletions
+1
View File
@@ -315,6 +315,7 @@ impl frame_election_provider_support::onchain::Config for Runtime {
}
impl pallet_staking::Config for Runtime {
const MAX_NOMINATIONS: u32 = 16;
type Currency = Balances;
type UnixTime = Timestamp;
type CurrencyToVote = frame_support::traits::U128CurrencyToVote;