Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix staking fuzzer. (#6954)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma authored Aug 26, 2020
1 parent 8e2319f commit 28c6c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/staking/fuzzer/src/submit_solution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fn main() {
DispatchError::Module {
index: 0,
error: 16,
message: Some("PhragmenWeakSubmission"),
message: Some("OffchainElectionWeakSubmission"),
},
);
},
Expand Down

0 comments on commit 28c6c40

Please sign in to comment.