Skip to content

Commit

Permalink
Decrease num update batches
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Jul 17, 2023
1 parent ed8a7ec commit 5eb53dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bazuka"
version = "0.19.19"
version = "0.19.20"
authors = ["El Geuse <geusebetel@proton.me>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/config/blockchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ pub fn blockchain_config_template(initial_balances: bool) -> BlockchainConfig {
log4_deposit_batch_size: MPN_LOG4_DEPOSIT_BATCH_SIZE,
log4_withdraw_batch_size: MPN_LOG4_WITHDRAW_BATCH_SIZE,
log4_update_batch_size: MPN_LOG4_UPDATE_BATCH_SIZE,
mpn_num_update_batches: 4,
mpn_num_update_batches: 1,
mpn_num_deposit_batches: 1,
mpn_num_withdraw_batches: 1,
deposit_vk: zk::ZkVerifierKey::Groth16(Box::new(MPN_DEPOSIT_VK.clone())),
Expand Down

0 comments on commit 5eb53dc

Please sign in to comment.