Skip to content

Commit

Permalink
Limit height on 15000
Browse files Browse the repository at this point in the history
  • Loading branch information
keyvank committed Jun 14, 2023
1 parent c2bac5e commit eea5fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/blockchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const MPN_LOG4_WITHDRAW_BATCH_SIZE: u8 = 3;
const MPN_LOG4_UPDATE_BATCH_SIZE: u8 = 4;
//pub const LOG4_SUPER_UPDATE_BATCH_SIZE: u8 = 5;

const TESTNET_HEIGHT_LIMIT: u64 = 10000;
const TESTNET_HEIGHT_LIMIT: u64 = 15000;

lazy_static! {
pub static ref MPN_UPDATE_VK: zk::groth16::Groth16VerifyingKey =
Expand Down

0 comments on commit eea5fc1

Please sign in to comment.