Skip to content

Commit

Permalink
decrease max fee
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Sep 22, 2023
1 parent f01eab8 commit 52cdc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/shoot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<GatlingReport> {
Expand Down

0 comments on commit 52cdc18

Please sign in to comment.