Skip to content

Commit

Permalink
fix proto comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Apr 25, 2022
1 parent b92619f commit d707981
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 2 additions & 3 deletions api/regen/data/v1/events.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions proto/regen/data/v1/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ message EventDefineResolver {
uint64 id = 1;
}

// EventRegisterResolver is an event emitted when a data is registered to a
// resolver on chain.
// EventRegisterResolver is an event emitted when data is registered to a resolver on chain.
message EventRegisterResolver {
// id is the ID of the resolver that data was registered to.
// id is the ID of the resolver that the data was registered to.
uint64 id = 1;

// iri is the IRI of the data that was registered.
Expand Down
5 changes: 2 additions & 3 deletions x/data/events.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d707981

Please sign in to comment.