Skip to content

Commit 5bbfa28

Browse files
arhamchordiajoe-bowman
authored andcommitted
Fix lint and unused var.
1 parent a4ce126 commit 5bbfa28

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

x/participationrewards/keeper/hooks.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ import (
44
"encoding/json"
55
"errors"
66
"fmt"
7+
78
"github.com/cosmos/cosmos-sdk/client/grpc/tmservice"
89
sdk "github.com/cosmos/cosmos-sdk/types"
10+
911
transfertypes "github.com/cosmos/ibc-go/v6/modules/apps/transfer/types"
10-
"github.com/quicksilver-zone/quicksilver/utils"
1112

13+
"github.com/quicksilver-zone/quicksilver/utils"
1214
epochstypes "github.com/quicksilver-zone/quicksilver/x/epochs/types"
1315
icstypes "github.com/quicksilver-zone/quicksilver/x/interchainstaking/types"
1416
"github.com/quicksilver-zone/quicksilver/x/participationrewards/types"

x/participationrewards/keeper/keeper_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ var (
3636
umeeBaseDenom = "uumee"
3737

3838
osmosisTestChain = "osmosis-1"
39-
osmosisBaseDenom = "uosmo"
4039

4140
cosmosIBCDenom = "ibc/3020922B7576FC75BBE057A0290A9AEEFF489BB1113E6E365CE472D4BFB7FFA3"
4241
osmosisIBCDenom = "ibc/15E9C5CF5969080539DB395FA7D9C0868265217EFC528433671AAF9B1912D159"

0 commit comments

Comments
 (0)