Skip to content

Commit

Permalink
chore: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jul 21, 2023
1 parent 389bd50 commit 478c5d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/config/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type ChainConfig struct {
QueryEachSigningInfo null.Bool `default:"false" toml:"query-each-signing-info"`
QuerySlashingParams null.Bool `default:"true" toml:"query-slashing-params"`

IsConsumer null.Bool `default:"false" toml:"consumer"`
IsConsumer null.Bool `default:"false" toml:"consumer"`
ProviderRPCEndpoints []string `toml:"provider-rpc-endpoints"`
ConsumerValidatorPrefix string `toml:"consumer-validator-prefix"`

Expand Down
3 changes: 2 additions & 1 deletion pkg/config/chain_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package config

import (
"gopkg.in/guregu/null.v4"
"testing"

"gopkg.in/guregu/null.v4"

"github.com/stretchr/testify/assert"
)

Expand Down
3 changes: 2 additions & 1 deletion pkg/tendermint/http_manager.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
package tendermint

import (
providerTypes "github.com/cosmos/interchain-security/x/ccv/provider/types"
configPkg "main/pkg/config"
"main/pkg/metrics"
"main/pkg/types"
"sync"

providerTypes "github.com/cosmos/interchain-security/x/ccv/provider/types"

slashingTypes "github.com/cosmos/cosmos-sdk/x/slashing/types"
stakingTypes "github.com/cosmos/cosmos-sdk/x/staking/types"

Expand Down

0 comments on commit 478c5d7

Please sign in to comment.