Skip to content

Commit

Permalink
Fixes comment
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Sep 27, 2024
1 parent b8120d6 commit a6bab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/precompile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func TestArbGasInfoAndArbOwner(t *testing.T) {
Fatal(t, "expected inertia to be", inertia, "got", arbGasInfoInertia)
}

// GetL1BaseFeeEstimateInertia test, but using a different setter from ArbOwner
// GetL1BaseFeeEstimateInertia test, but now using a different setter from ArbOwner
inertia = uint64(12)
tx, err = arbOwner.SetL1PricingInertia(&auth, inertia)
Require(t, err)
Expand Down

0 comments on commit a6bab58

Please sign in to comment.