From c1d0a1104ee81c125fe1df217aa186e4c16c80c8 Mon Sep 17 00:00:00 2001 From: expertdicer Date: Fri, 26 Jul 2024 14:24:29 +0700 Subject: [PATCH] lint --- app/sim_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/sim_test.go b/app/sim_test.go index 5bce4071..a3904a5e 100644 --- a/app/sim_test.go +++ b/app/sim_test.go @@ -152,7 +152,7 @@ func TestAppStateDeterminism(t *testing.T) { tax2gasGenState.Params = tax2gastypes.Params{ Enabled: true, - GasPrices: sdk.DecCoins{ + GasPrices: sdk.DecCoins{ sdk.NewDecCoinFromDec("stake", sdk.NewDecWithPrec(0, 3)), }, } @@ -160,7 +160,6 @@ func TestAppStateDeterminism(t *testing.T) { bz, err := app.AppCodec().MarshalJSON(&newGenState) require.NoError(t, err) - fmt.Println("bz :", string(bz)) appGenState[tax2gastypes.ModuleName] = bz fmt.Printf(