From adfcefdea1f411aa06cc16e87533df1577388c45 Mon Sep 17 00:00:00 2001 From: mbreithecker Date: Fri, 14 Jun 2024 15:55:04 +0200 Subject: [PATCH] test: adjust base cost --- x/global/ante_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/global/ante_test.go b/x/global/ante_test.go index 3b9e6951..ae9e89b9 100644 --- a/x/global/ante_test.go +++ b/x/global/ante_test.go @@ -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()