mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(stages): raise transaction based commit thresholds (#3128)
This commit is contained in:
@ -184,7 +184,7 @@ pub struct SenderRecoveryConfig {
|
||||
|
||||
impl Default for SenderRecoveryConfig {
|
||||
fn default() -> Self {
|
||||
Self { commit_threshold: 50_000 }
|
||||
Self { commit_threshold: 5_000_000 }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user