Skip to content

Commit

Permalink
test: adjust base cost
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker committed Jun 14, 2024
1 parent a75127d commit adfcefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/global/ante_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ var _ = Describe("GasAdjustmentDecorator", Ordered, func() {

// NOTE: This will change as implementation changes.
// TODO: Why does this change as the implementation changes?
BaseCost := 63439
BaseCost := 63340

BeforeEach(func() {
s = i.NewCleanChain()
Expand Down

0 comments on commit adfcefd

Please sign in to comment.