Skip to content

Commit

Permalink
go mod tidy all
Browse files Browse the repository at this point in the history
  • Loading branch information
randygrok committed Aug 13, 2024
1 parent 4bcf345 commit 7006da5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion simapp/v2/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func (app *SimApp[T]) ExportAppStateAndValidators(forZeroHeight bool, jailAllowe
ctx := context.Background()

latestHeight, err := app.LoadLatestHeight()

if err != nil {
return serverv2.ExportedApp{}, err
}
Expand Down
2 changes: 1 addition & 1 deletion simapp/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ require (

require cosmossdk.io/core/testing v0.0.0-00010101000000-000000000000 // indirect

require github.com/cometbft/cometbft/api v1.0.0-rc.1
require github.com/cometbft/cometbft/api v1.0.0-rc.1 // indirect

require (
buf.build/gen/go/cometbft/cometbft/protocolbuffers/go v1.34.2-20240701160653-fedbb9acfd2f.2 // indirect
Expand Down

0 comments on commit 7006da5

Please sign in to comment.