Skip to content

Commit

Permalink
remove some comments from x/authz/client/testutil/tx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbono3 committed Jul 13, 2021
1 parent dda1851 commit 8f239df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions x/authz/client/testutil/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ func (s *IntegrationTestSuite) SetupSuite() {

val := s.network.Validators[0]
s.grantee = make([]sdk.AccAddress, 2)

// Create new account in the keyring.
/*
_, _, err = val.ClientCtx.Keyring.NewMnemonic("grantee", keyring.English, sdk.FullFundraiserPath, keyring.DefaultBIP39Passphrase, hd.Secp256k1)
s.Require().NoError(err)
*/

// Send some funds to the new account.
// Create new account in the keyring.
s.grantee[0] = s.createAccount("grantee1")
Expand Down

0 comments on commit 8f239df

Please sign in to comment.