Companion PR for paritytech/substrate#5954 (#1081)

* Update for split weights

* Update `Cargo.lock`

* Bump all `spec_version`s

Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
Shawn Tabrizi
2020-05-12 14:07:20 +02:00
committed by GitHub
parent d5033456bb
commit 105b4b4d56
6 changed files with 224 additions and 208 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ pub trait GetSessionNumber {
impl GetSessionNumber for sp_session::MembershipProof {
fn session(&self) -> SessionIndex {
self.session()
self.session
}
}