From 0a9a8b05e36dd7bff317561ad4e6ea04e6b376e2 Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:34:37 +0100 Subject: [PATCH] fix: types (#67) --- types/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/types.go b/types/types.go index 48b4a0a..8a9f7ad 100644 --- a/types/types.go +++ b/types/types.go @@ -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"`