diff --git a/ignite/templates/app/files/app/export.go.plush b/ignite/templates/app/files/app/export.go.plush index ec22c4de01..e797caf13b 100644 --- a/ignite/templates/app/files/app/export.go.plush +++ b/ignite/templates/app/files/app/export.go.plush @@ -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