Skip to content

Commit a307637

Browse files
fix(types): Add support for ReservedBytes<26> type
Signed-off-by: will-bitlightlabs <[email protected]>
1 parent 76b3cde commit a307637

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commit_verify/src/stl.rs

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ fn _commit_verify_stl() -> Result<TypeLib, CompileError> {
3333
.transpile::<ReservedBytes<1>>()
3434
.transpile::<ReservedBytes<2>>()
3535
.transpile::<ReservedBytes<4>>()
36+
.transpile::<ReservedBytes<26>>()
3637
.transpile::<mpc::MerkleConcealed>()
3738
.transpile::<mpc::MerkleTree>()
3839
.transpile::<mpc::MerkleBlock>()

0 commit comments

Comments
 (0)