From 1f45f61cfe0c965adbcf5edbf6db96490a904ed5 Mon Sep 17 00:00:00 2001 From: likhita-809 Date: Mon, 19 Jul 2021 16:37:25 +0530 Subject: [PATCH] wip --- x/feegrant/client/testutil/suite.go | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/x/feegrant/client/testutil/suite.go b/x/feegrant/client/testutil/suite.go index 74fe155e66ea..b6725b3f4d0b 100644 --- a/x/feegrant/client/testutil/suite.go +++ b/x/feegrant/client/testutil/suite.go @@ -6,10 +6,6 @@ import ( "testing" "time" - "github.com/gogo/protobuf/proto" - "github.com/stretchr/testify/suite" - tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/crypto/hd" "github.com/cosmos/cosmos-sdk/crypto/keyring" @@ -21,6 +17,9 @@ import ( "github.com/cosmos/cosmos-sdk/x/feegrant/client/cli" govtestutil "github.com/cosmos/cosmos-sdk/x/gov/client/testutil" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" + "github.com/gogo/protobuf/proto" + "github.com/stretchr/testify/suite" + tmcli "github.com/tendermint/tendermint/libs/cli" ) const ( @@ -61,6 +60,13 @@ func (s *IntegrationTestSuite) SetupSuite() { granter := val.Address grantee := s.network.Validators[1].Address + fmt.Println(";;;;;;;;;;;;;;;;;;;;;;;;;") + fmt.Println(val) + fmt.Println(val.AppConfig) + fmt.Println(val.ClientCtx.FromName) + fmt.Println(";;;;;;;;;;;;;;;;;;;;;;;;;") + panic("") + s.createGrant(granter, grantee) grant, err := feegrant.NewGrant(granter, grantee, &feegrant.BasicAllowance{