Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
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
Next Next commit
Make diff with trivial newline
  • Loading branch information
emostov committed Jul 28, 2021
commit 07d79972fb3a1f8baae60b5febba9f1a7e618bb7
1 change: 1 addition & 0 deletions frame/staking/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub use frame_benchmarking::{
use frame_system::RawOrigin;
use sp_runtime::traits::{Bounded, One};


const SEED: u32 = 0;
const MAX_SPANS: u32 = 100;
const MAX_VALIDATORS: u32 = 1000;
Expand Down