Skip to content

Commit

Permalink
Update proto/celestia/qgb/v1/query.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
rach-id and rootulp authored Oct 19, 2023
1 parent 99f60dc commit b6a43e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/celestia/qgb/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ service Query {
returns (QueryLatestAttestationNonceResponse) {
option (google.api.http).get = "/qgb/v1/attestations/nonce/latest";
}
// LatestAttestationNonce queries latest attestation nonce.
// EarliestAttestationNonce queries the earliest attestation nonce.
rpc EarliestAttestationNonce(QueryEarliestAttestationNonceRequest)
returns (QueryEarliestAttestationNonceResponse) {
option (google.api.http).get = "/qgb/v1/attestations/nonce/earliest";
Expand Down

0 comments on commit b6a43e8

Please sign in to comment.