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
@@ -285,7 +285,7 @@ parameter_types! {
impl staking::Trait for Runtime {
type Currency = Balances;
type Time = Timestamp;
type UnixTime = Timestamp;
type CurrencyToVote = CurrencyToVoteHandler<Self>;
type RewardRemainder = Treasury;
type Event = Event;