Wrong type for Proof
member in availabilitystore.ErasureChunk
struct
#4597
Labels
C-simple
Minor changes changes, no additional research needed. Good first issue/review.
S-subsystems-availability
issues related to polkadot host availability subsystem functionality.
T-bug
this issue covers unexpected and/or wrong behaviour.
Bug summary
Proof
is a[]byte
in theavailabilitystore.ErasureChunk
struct, but it should be a[][]byte
.Possible Solution
Change the type and update the tests that break.
The text was updated successfully, but these errors were encountered: