Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 6, 2024
1 parent 795e87d commit 369e98e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ignite/templates/app/files/app/export.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ func (app *App) prepForZeroHeightGenesis(ctx sdk.Context, jailAllowedAddrs []str
panic(err)
}

<%= if (!IsChainMinimal) { %>
/* Handle slashing state. */

// reset start height on signing infos
Expand All @@ -263,4 +264,5 @@ func (app *App) prepForZeroHeightGenesis(ctx sdk.Context, jailAllowedAddrs []str
if err != nil {
panic(err)
}
<% } %>
}

0 comments on commit 369e98e

Please sign in to comment.