Skip to content

Commit a0c0c44

Browse files
committed
Adjust ASN.1 schema accordingly
1 parent 2ffa167 commit a0c0c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codec/schema.asn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ WorkResult ::= SEQUENCE {
106106
WorkPackageSpec ::= SEQUENCE {
107107
hash OpaqueHash,
108108
len U32,
109-
root OpaqueHash,
110-
segments OpaqueHash
109+
erasure-root OpaqueHash,
110+
exports-root OpaqueHash
111111
}
112112

113113
WorkReport ::= SEQUENCE {

0 commit comments

Comments
 (0)