Upgrade substrate for new staking API and Telemtry API (#941)

* upgrade substrate

* fix telemetry endpoint

* improve msg
This commit is contained in:
thiolliere
2020-03-26 15:16:55 +01:00
committed by GitHub
parent 087736e390
commit 775ce50cc2
7 changed files with 129 additions and 127 deletions
+1 -1
View File
@@ -1399,7 +1399,7 @@ mod tests {
type SlashDeferDuration = SlashDeferDuration;
type SlashCancelOrigin = system::EnsureRoot<Self::AccountId>;
type SessionInterface = Self;
type Time = timestamp::Module<Test>;
type UnixTime = timestamp::Module<Test>;
type RewardCurve = RewardCurve;
type MaxNominatorRewardedPerValidator = MaxNominatorRewardedPerValidator;
}