Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Nov 26, 2024
1 parent 33febf1 commit 296fe7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/htlc/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ package htlc_test

// "github.com/cosmos/cosmos-sdk/codec"
// sdk "github.com/cosmos/cosmos-sdk/types"
// "cosmossdk.io/math"

// "mods.irisnet.org/simapp"
// "mods.irisnet.org/modules/htlc/keeper"
Expand Down Expand Up @@ -76,7 +77,7 @@ package htlc_test
// name: "0 deputy fees",
// genState: func() *types.GenesisState {
// gs := NewHTLTGenesis(suite.addrs[0])
// gs.Params.AssetParams[0].FixedFee = sdk.ZeroInt()
// gs.Params.AssetParams[0].FixedFee = math.ZeroInt()
// return gs
// },
// expectPass: true,
Expand Down
3 changes: 2 additions & 1 deletion modules/htlc/migrations/v2/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ package v2_test
// tmproto "github.com/cometbft/cometbft/proto/tendermint/types"

// sdk "github.com/cosmos/cosmos-sdk/types"
// "cosmossdk.io/math"

// "mods.irisnet.org/simapp"
// v2 "mods.irisnet.org/modules/htlc/migrations/v2"
Expand All @@ -29,7 +30,7 @@ package v2_test
// SupplyLimit: htlctypes.SupplyLimit{
// Limit: sdk.NewInt(350000000000000),
// TimeLimited: false,
// TimeBasedLimit: sdk.ZeroInt(),
// TimeBasedLimit: math.ZeroInt(),
// TimePeriod: time.Hour,
// },
// Active: true,
Expand Down

0 comments on commit 296fe7c

Please sign in to comment.