Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer committed Jul 26, 2024
1 parent d3f4005 commit c1d0a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,14 @@ func TestAppStateDeterminism(t *testing.T) {

tax2gasGenState.Params = tax2gastypes.Params{
Enabled: true,
GasPrices: sdk.DecCoins{
GasPrices: sdk.DecCoins{
sdk.NewDecCoinFromDec("stake", sdk.NewDecWithPrec(0, 3)),
},
}
newGenState := tax2gasGenState
bz, err := app.AppCodec().MarshalJSON(&newGenState)
require.NoError(t, err)

fmt.Println("bz :", string(bz))
appGenState[tax2gastypes.ModuleName] = bz

fmt.Printf(
Expand Down

0 comments on commit c1d0a11

Please sign in to comment.