Skip to content

Commit

Permalink
fix: initial height is a number (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Nov 16, 2024
1 parent 54f837b commit f270123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import (
type Genesis struct {
GenesisTime time.Time `json:"genesis_time"`
ChainID string `json:"chain_id"`
InitialHeight string `json:"initial_height"`
InitialHeight json.Number `json:"initial_height"`
ConsensusParams ConsensusParams `json:"consensus_params"`
AppHash string `json:"app_hash"`
AppState AppState `json:"app_state"`
Expand Down

0 comments on commit f270123

Please sign in to comment.