Skip to content

Commit

Permalink
bytes31
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 15, 2024
1 parent 8519e02 commit e8c8314
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ pub mod trace_dump {
}
_ => unreachable!(),
},
CoreTypeConcrete::Bytes31(_) => todo!("CoreTypeConcrete::Bytes31"),
CoreTypeConcrete::Bytes31(_) => Value::Bytes31(value_ptr.cast().read()),
}
}
}

0 comments on commit e8c8314

Please sign in to comment.