Skip to content

Commit

Permalink
fixed MAX
Browse files Browse the repository at this point in the history
  • Loading branch information
EdHastingsCasperAssociation committed Dec 17, 2024
1 parent 663b856 commit 7998c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/components/block_validator/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ mod tests {

// Please note: values in the following test cases must match the production chainspec.
const MAX_LARGE_COUNT: u64 = 1;
const MAX_AUCTION_COUNT: u64 = 145;
const MAX_AUCTION_COUNT: u64 = 650;
const MAX_INSTALL_UPGRADE_COUNT: u64 = 1;
const MAX_MINT_COUNT: u64 = 650;

Expand Down

0 comments on commit 7998c45

Please sign in to comment.