Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typo across multiple files #4241

Closed
wants to merge 17 commits into from

Conversation

Dimitrolito
Copy link

Files Changed:

  • app/grpc/tx/tx.pb.go
  • x/blob/types/event.pb.go
  • x/blob/types/genesis.pb.go
  • x/blob/types/query.pb.go
  • x/blob/types/tx.pb.go
  • x/blobstream/types/genesis.pb.go
  • x/blobstream/types/query.pb.go
  • x/blobstream/types/tx.pb.go
  • x/blobstream/types/types.pb.go
  • x/minfee/genesis.pb.go
  • x/mint/types/genesis.pb.go
  • x/mint/types/mint.pb.go
  • x/mint/types/query.pb.go
  • x/signal/types/query.pb.go
  • x/signal/types/tx.pb.go
  • x/signal/types/upgrade.pb.go

@Dimitrolito Dimitrolito requested a review from a team as a code owner January 18, 2025 21:05
@Dimitrolito Dimitrolito requested review from cmwaters and evan-forbes and removed request for a team January 18, 2025 21:05
Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the only typo in this diff unmarshaling -> unmarshalling?

  1. We don't modify *.pb.go files directly because they are generated. Usually this would be fixed by modifying the *.proto file and re-generating the *.pb.go file via make proto-gen`
  2. In this scenario, I don't think it's even worth fixing these in the .proto and regenerating them.

@rootulp rootulp closed this Jan 19, 2025
Copy link
Member

@rach-id rach-id left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants