Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 4a081dd

Browse files
committed
feat: Cert encoding byte - reference cert
1 parent f09eb36 commit 4a081dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/serialization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func DecodeV2CertFromBytes(encoding commitments.EncodingType, commitment []byte)
9393
case commitments.RLPEncoding:
9494
var cert *coretypes.EigenDACert
9595

96-
err := rlp.DecodeBytes(commitment, cert)
96+
err := rlp.DecodeBytes(commitment, &cert)
9797
if err != nil {
9898
return nil, fmt.Errorf("rlp decoding v2 cert: %w", err)
9999
}

0 commit comments

Comments
 (0)