Skip to content

Commit 8fd812d

Browse files
authored
Change comment aggregator proto (#233)
1 parent 833c562 commit 8fd812d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chainlink-ccv/v1/aggregator.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ message ReceiptBlob {
7474
message MessageWithCCVNodeData {
7575
bytes message_id = 1;
7676
bytes source_verifier_address = 2;
77-
// ccv_data is the signature from the commit verifier node of the message data and the blob data
77+
// ccv_data is the signature from the commit verifier node of the message id and the blob data
7878
bytes ccv_data = 3;
79-
// blob_data is the verifier's proof/verification of the message data on chain
79+
// blob_data is the verifier specific data like the ccv version
8080
bytes blob_data = 4;
8181
int64 timestamp = 5;
8282
Message message = 6;

0 commit comments

Comments
 (0)