Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 16, 2024
1 parent 2f3d2bd commit fcc0dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/templates/app/files/app/export.go.plush
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (app *App) ExportAppStateAndValidators(forZeroHeight bool, jailAllowedAddrs
// NOTE zero height genesis is a temporary feature which will be deprecated
//
// in favor of export at a block height
func (app *App) prepForZeroHeightGenesis(ctx context.Context, jailAllowedAddrs []string) {
func (app *App) prepForZeroHeightGenesis(ctx sdk.Context, jailAllowedAddrs []string) {
applyAllowedAddrs := false

// check if there is a allowed address list
Expand Down

0 comments on commit fcc0dfc

Please sign in to comment.