Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz committed Jul 24, 2024
1 parent 24e0169 commit 05af58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fetch/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ func getGenesisBlock(client Client) (*bft_types.Block, error) {
}

appState := gblock.Genesis.AppState

genesisState, ok := appState.(gnoland.GnoGenesisState)
if !ok {
return nil, fmt.Errorf("unknown genesis state kind '%T'", appState)
Expand Down

0 comments on commit 05af58a

Please sign in to comment.