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

Commit b3c6e98

Browse files
gpestanakianenigma
andauthored
Update frame/election-provider-multi-phase/test-staking-e2e/src/mock.rs
Co-authored-by: Kian Paimani <[email protected]>
1 parent 81b2275 commit b3c6e98

File tree

1 file changed

+2
-2
lines changed
  • frame/election-provider-multi-phase/test-staking-e2e/src

1 file changed

+2
-2
lines changed

frame/election-provider-multi-phase/test-staking-e2e/src/mock.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ where
299299
pub struct OnChainSeqPhragmen;
300300

301301
parameter_types! {
302-
pub VotersBound: u32 = 600;
303-
pub TargetsBound: u32 = 400;
302+
pub static VotersBound: u32 = 600;
303+
pub static TargetsBound: u32 = 400;
304304
}
305305

306306
impl onchain::Config for OnChainSeqPhragmen {

0 commit comments

Comments
 (0)