mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-05-01 02:57:58 +00:00
use 10^6 for gas filler
This commit is contained in:
@@ -27,7 +27,7 @@ impl FallbackGasFiller {
|
||||
|
||||
impl Default for FallbackGasFiller {
|
||||
fn default() -> Self {
|
||||
FallbackGasFiller::new(25_000_000, 1_000_000_000, 1_000_000_000)
|
||||
FallbackGasFiller::new(10_000_000, 1_000_000_000, 1_000_000_000)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user