Skip to content

Commit

Permalink
proto: use snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
panoel committed Oct 26, 2023
1 parent e4a851d commit 4d6c88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/node/v1/node.proto
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ message DumpRPCsResponse {

message GetAndObserveMissingVAAsRequest {
string url = 1;
string apiKey = 2;
string api_key = 2;
}

message GetAndObserveMissingVAAsResponse {
Expand Down

0 comments on commit 4d6c88e

Please sign in to comment.