-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Description
Line 55 in 3c0f3a5
this.gasPrice = 0x01; |
Solidity-coverage overrides gasPrice
and sets it to 1 wei. This behaviour was acceptable before London hardfork but now coverage fails with
Transaction gasPrice (1) is too low for the next block, which has a baseFeePerGas of 73433802882
I understand the reasoning behind overriding gas
and blockGasLimit
, but I think gasPrice
should not be overridden anymore.
Pzixel, HardlyDifficult, cbrzn, transmissions11, lucadonnoh and 15 more