fix test-integration

This commit is contained in:
Lucca Martins 2025-02-04 11:10:19 -03:00
parent 26ec762a11
commit 1bf49e2de0
No known key found for this signature in database
GPG key ID: DC3D7F76BDAE23BF

View file

@ -384,7 +384,7 @@ func runBenchmark(b *testing.B, t *StateTest) {
start := time.Now()
// Execute the message.
_, leftOverGas, err := evm.Call(sender, *msg.To, msg.Data, msg.GasLimit, uint256.MustFromBig(msg.Value))
_, leftOverGas, err := evm.Call(sender, *msg.To, msg.Data, msg.GasLimit, uint256.MustFromBig(msg.Value), nil)
if err != nil {
b.Error(err)
return