Skip to content

Commit

Permalink
Fix lint and unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
arhamchordia authored and joe-bowman committed Jan 6, 2025
1 parent a4ce126 commit 5bbfa28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion x/participationrewards/keeper/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ import (
"encoding/json"
"errors"
"fmt"

"github.com/cosmos/cosmos-sdk/client/grpc/tmservice"
sdk "github.com/cosmos/cosmos-sdk/types"

transfertypes "github.com/cosmos/ibc-go/v6/modules/apps/transfer/types"
"github.com/quicksilver-zone/quicksilver/utils"

"github.com/quicksilver-zone/quicksilver/utils"
epochstypes "github.com/quicksilver-zone/quicksilver/x/epochs/types"
icstypes "github.com/quicksilver-zone/quicksilver/x/interchainstaking/types"
"github.com/quicksilver-zone/quicksilver/x/participationrewards/types"
Expand Down
1 change: 0 additions & 1 deletion x/participationrewards/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ var (
umeeBaseDenom = "uumee"

osmosisTestChain = "osmosis-1"
osmosisBaseDenom = "uosmo"

cosmosIBCDenom = "ibc/3020922B7576FC75BBE057A0290A9AEEFF489BB1113E6E365CE472D4BFB7FFA3"
osmosisIBCDenom = "ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159"
Expand Down

0 comments on commit 5bbfa28

Please sign in to comment.