diff --git a/src/actions/shoot.rs b/src/actions/shoot.rs index b1a68c0..72b5f31 100644 --- a/src/actions/shoot.rs +++ b/src/actions/shoot.rs @@ -34,7 +34,7 @@ use std::time::SystemTime; use url::Url; // Used to bypass validation -pub static MAX_FEE: FieldElement = felt!("0xfffffffffff"); +pub static MAX_FEE: FieldElement = felt!("0xffffffff"); /// Shoot the load test simulation. pub async fn shoot(config: GatlingConfig) -> Result {