Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 5, 2024
1 parent 42bf6a5 commit a3a7692
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions simulation/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/address"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
"github.com/cosmos/cosmos-sdk/x/simulation"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
Expand All @@ -36,8 +35,6 @@ func init() {
}

var (
authority sdk.AccAddress = address.Module("gov")

weights = map[string]int{
OpWeightMsgPOASetPower: 100,
OpWeightMsgPOARemoveValidator: 20,
Expand Down

0 comments on commit a3a7692

Please sign in to comment.