Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed May 30, 2024
1 parent eb53009 commit 756d25e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions block-cache-proto/proto/old-faithful.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ message BlockRequest {
}

message BlockResponse {
bytes data = 1; // serialized solana_storage_proto::ConfirmedBlock
bytes data = 1; // serialized old-faithful format
}

message TransactionRequest {
Expand All @@ -30,5 +30,5 @@ message TransactionRequest {
message TransactionResponse {
uint64 slot = 1;
int64 block_time = 2;
bytes data = 3; // serialized solana_storage_proto::ConfirmedTransaction
bytes data = 3; // serialized old-faithful format
}

0 comments on commit 756d25e

Please sign in to comment.