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

Commit

Permalink
fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jun 21, 2020
1 parent 2c4a7d2 commit a44492a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/democracy/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ fn add_referendum<T: Trait>(n: u32) -> Result<ReferendumIndex, &'static str> {
0.into(),
None,
63,
system::RawOrigin::Root.into(),
Call::enact_proposal(proposal_hash, referendum_index).into(),
);
Ok(referendum_index)
Expand Down

0 comments on commit a44492a

Please sign in to comment.