Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Dec 31, 2024
1 parent e10775d commit 18b6391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/identity/api/v1/identity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ service IdentityApi {
};
}

// Subscribe to a stream of addresses associated and revoked from all inboxes on the network
rpc SubscribeAssociationChanges(SubscribeAssociationChangesRequest) returns (stream SubscribeAssociationChangesResponse) {
option (google.api.http) = {
post: "/identity/v1/subscribe-association-changes"
Expand Down

0 comments on commit 18b6391

Please sign in to comment.