bump up recursion limits in the sim bin
This commit is contained in:
parent
ea23d55b72
commit
0ae3078988
@ -1,4 +1,4 @@
|
||||
#![recursion_limit = "256"]
|
||||
#![recursion_limit = "512"]
|
||||
|
||||
//! This crate provides a simluation that creates `n` beacon node and validator clients, each with
|
||||
//! `v` validators. A deposit contract is deployed at the start of the simulation using a local
|
||||
|
Loading…
Reference in New Issue
Block a user