refactor(store/v2)!: simplify storage (#22683)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user