Replaced hardcoded 'cosmos' and 'cosmosvaloper' help references (#7056)

* Replaced hardcoded 'cosmos' and 'cosmosvaloper' help references

* Ran make format target

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Neeraj Murarka
2020-08-17 09:04:50 +00:00
committed by GitHub
co-authored by mergify[bot]
parent 0e3f87313e
commit 2079576cbe
11 changed files with 102 additions and 51 deletions
+2 -1
View File
@@ -5,7 +5,6 @@ import (
"fmt"
"strconv"
grpctypes "github.com/cosmos/cosmos-sdk/types/grpc"
gogogrpc "github.com/gogo/protobuf/grpc"
abci "github.com/tendermint/tendermint/abci/types"
"google.golang.org/grpc"
@@ -13,6 +12,8 @@ import (
"google.golang.org/grpc/encoding/proto"
"google.golang.org/grpc/metadata"
grpctypes "github.com/cosmos/cosmos-sdk/types/grpc"
"github.com/cosmos/cosmos-sdk/codec/types"
)
+4 -3
View File
@@ -5,14 +5,15 @@ import (
"fmt"
"testing"
"github.com/stretchr/testify/suite"
"google.golang.org/grpc"
"google.golang.org/grpc/metadata"
"github.com/cosmos/cosmos-sdk/testutil/network"
"github.com/cosmos/cosmos-sdk/testutil/testdata"
sdk "github.com/cosmos/cosmos-sdk/types"
grpctypes "github.com/cosmos/cosmos-sdk/types/grpc"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
"github.com/stretchr/testify/suite"
"google.golang.org/grpc"
"google.golang.org/grpc/metadata"
)
type IntegrationTestSuite struct {