Skip to content

Commit

Permalink
Merge PR: fix version p (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsFunny authored Apr 29, 2022
1 parent af9a55a commit 6fe728d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/ibc-go/modules/core/base/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,6 @@ func (b *BaseIBCUpgradeModule) PruneFilter() *cosmost.StoreFilter {
}

func (b *BaseIBCUpgradeModule) VersionFilter() *cosmost.VersionFilter {
if b.UpgradeHeight() == 0 {
return &defaultDenyVersionFilter
}

return &defaultIBCVersionFilter
}

Expand Down

0 comments on commit 6fe728d

Please sign in to comment.