Skip to content

Commit

Permalink
Fixed codegen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zomglings committed Jan 26, 2024
1 parent 20ad2a3 commit bf3c041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet/generators.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ func (p *EventParser) Parse(event RawEvent) (ParsedEvent, error) {
// This template should be applied to a HeaderParameters struct.
var HeaderTemplate string = `// This file was generated by seer: https://github.com/moonstream-to/seer.
// seer version: {{.Version}}
// seer command: seer starknet abigentypes {{if .PackageName}}--package {{.PackageName}}{{end}}
// seer command: seer starknet generate {{if .PackageName}}--package {{.PackageName}}{{end}}
// Warning: Edit at your own risk. Any edits you make will NOT survive the next code generation.
{{if .PackageName}}package {{.PackageName}}{{end}}
Expand Down

0 comments on commit bf3c041

Please sign in to comment.