Update text/0031-corejam.md

Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
Gavin Wood
2023-10-16 19:27:40 +01:00
committed by GitHub
parent 95987d3b06
commit d87f686845
+3 -3
View File
@@ -250,11 +250,11 @@ The amount of weight used in executing the `refine` function is noted in the `Wo
```rust
/// Secure refrence to a Work Package.
struct WorkPackageSpec {
/// The hash of the encoded `EncodedWorkPackage`.
/// The hash of the SCALE encoded `EncodedWorkPackage`.
hash: WorkPackageHash,
/// The erasure root of the encoded `EncodedWorkPackage`.
/// The erasure root of the SCALE encoded `EncodedWorkPackage`.
root: ErasureRoot,
/// The length in bytes of encoded `EncodedWorkPackage`.
/// The length in bytes of SCALE encoded `EncodedWorkPackage`.
len: u32,
}
/// Execution report of a Work Package, mainly comprising the Results from the Refinement