Skip to content

Commit

Permalink
fix: types (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Nov 16, 2024
1 parent ec29474 commit 0a9a8b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import (
type Genesis struct {
genutiltypes.AppGenesis

GenesisTime string `json:"genesis_time"`
InitialHeight json.Number `json:"initial_height"`
AppHash string `json:"app_hash"`
AppState AppState `json:"app_state"`
Expand Down

0 comments on commit 0a9a8b0

Please sign in to comment.