Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Space
  • Loading branch information
emostov committed Jul 12, 2021
commit 84dfba2a5834b342dd545aaffdb01f6b0890598b
2 changes: 1 addition & 1 deletion bin/node/runtime/voter-bags/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ struct Opt {
}

fn main() -> Result<(), std::io::Error> {
let Opt {n_bags, output, runtime } = Opt::from_args();
let Opt { n_bags, output, runtime } = Opt::from_args();
let mut ext = sp_io::TestExternalities::new_empty();
ext.execute_with(|| runtime.generate_thresholds()(n_bags, &output))
}