Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Jan 7, 2025
1 parent cb711c5 commit ff9c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-middleware/src/gas_escalator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use ethers_providers::{interval, FromErr, Middleware, PendingTransaction, Stream
#[cfg(not(target_arch = "wasm32"))]
use tokio::spawn;

const RANDOM_TX_DROP_TRESHOLD: u64 = 3;
const RANDOM_TX_DROP_TRESHOLD: u64 = 4;

pub type ToEscalate = Arc<Mutex<Vec<MonitoredTransaction>>>;

Expand Down

0 comments on commit ff9c2ae

Please sign in to comment.