Skip to content

Commit

Permalink
update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mooselumph committed Apr 8, 2024
1 parent c13f0b5 commit 81e6018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inabox/tests/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func blobVerificationProofFromProto(verificationProof *disperserpb.BlobVerificat
}
return rollupbindings.EigenDARollupUtilsBlobVerificationProof{
BatchId: verificationProof.GetBatchId(),
BlobIndex: uint8(verificationProof.GetBlobIndex()),
BlobIndex: verificationProof.GetBlobIndex(),

Check failure on line 207 in inabox/tests/integration_test.go

View workflow job for this annotation

GitHub Actions / Unit Tests

cannot use verificationProof.GetBlobIndex() (value of type uint32) as uint8 value in struct literal

Check failure on line 207 in inabox/tests/integration_test.go

View workflow job for this annotation

GitHub Actions / Linter

cannot use verificationProof.GetBlobIndex() (value of type uint32) as uint8 value in struct literal (typecheck)
BatchMetadata: batchMetadata,
InclusionProof: verificationProof.GetInclusionProof(),
QuorumIndices: verificationProof.GetQuorumIndexes(),
Expand Down

0 comments on commit 81e6018

Please sign in to comment.