Update params.rs (#11474)

This commit is contained in:
Gregory Markou 2020-02-11 08:49:39 -05:00 committed by GitHub
parent 1a8c0391c5
commit 6b61ef8aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,6 +188,7 @@ impl CommonParams {
schedule.tx_data_non_zero_gas = 16; schedule.tx_data_non_zero_gas = 16;
} }
if block_number >= self.eip2200_advance_transition { if block_number >= self.eip2200_advance_transition {
schedule.sload_gas = 800;
schedule.sstore_dirty_gas = Some(800); schedule.sstore_dirty_gas = Some(800);
} }
if block_number >= self.eip210_transition { if block_number >= self.eip210_transition {