Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Jun 27, 2023
1 parent 91a97c5 commit d2ca835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blockchain/ops/apply_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub fn apply_block<K: KvStore>(

// NOTE: Testnet specific code
let num_update_batches = if curr_height <= 10000 {
1
std::cmp::min(1, chain.config.mpn_config.mpn_num_update_batches)
} else {
chain.config.mpn_config.mpn_num_update_batches
};
Expand Down

0 comments on commit d2ca835

Please sign in to comment.