Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Jun 16, 2021
1 parent 900b907 commit fed9443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/core/02-client/legacy/v100/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ func (suite *LegacyTestSuite) TestMigrateGenesisTendermint() {
// This isn't ideal, but it is better than modifying the genesis migration from a previous version to match the export genesis of a new version
// which provides no benefit except nicer testing
for i, clientMetadata := range migrated.ClientsMetadata {
i := i
var updatedMetadata []types.GenesisMetadata
var iterationKeys []types.GenesisMetadata
for _, metadata := range clientMetadata.ClientMetadata {
Expand Down

0 comments on commit fed9443

Please sign in to comment.