refactor(store/v2)!: simplify storage (#22683)

This commit is contained in:
Marko
2024-12-03 16:18:19 +00:00
committed by GitHub
parent 5426cd8f34
commit 94cfcc11aa
52 changed files with 375 additions and 4701 deletions
+1
View File
@@ -134,6 +134,7 @@ func (a *AppBuilder[T]) initGenesis(ctx context.Context, src io.Reader, txHandle
if err != nil {
return nil, fmt.Errorf("failed to read import state: %w", err)
}
var genesisJSON map[string]json.RawMessage
if err = json.Unmarshal(bz, &genesisJSON); err != nil {
return nil, err