Skip to content

Commit

Permalink
Rename non_signer_stakes_and_signature to attestation in v2 proto…
Browse files Browse the repository at this point in the history
…buf (#898)
  • Loading branch information
ian-shim authored Nov 15, 2024
1 parent 82802db commit e31907c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 64 deletions.
124 changes: 61 additions & 63 deletions api/grpc/disperser/v2/disperser_v2.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/proto/disperser/v2/disperser_v2.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ message SignedBatch {
// header contains metadata about the batch
common.v2.BatchHeader header = 1;
// attestation on the batch
Attestation non_signer_stakes_and_signature = 2;
Attestation attestation = 2;
}

// BlobVerificationInfo is the information needed to verify the inclusion of a blob in a batch.
Expand Down

0 comments on commit e31907c

Please sign in to comment.