Skip to content

Commit

Permalink
fix typo and compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher committed Jul 29, 2019
1 parent 8f54dd4 commit a2451a7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions node/runtime/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion srml/staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ decl_storage! {
};
}

if let (_, Some(validators)) = <Module<T>>::select_validators() {
if let (_, Some(validators)) = <Module<T>>::select_validators() {
<session::Validators<T>>::put(&validators);
}
});
Expand Down

0 comments on commit a2451a7

Please sign in to comment.