mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 12:01:07 +00:00
* move client consensus code out of primitives * merging crates * import tweak * Fixing build: ServiceFactory is a word... * updating lock file * Fixed typo in error message (to bump build) * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -56,7 +56,7 @@ pub enum Error {
|
||||
#[error("Too many chunks present")]
|
||||
TooManyChunks,
|
||||
/// Chunks not of uniform length or the chunks are empty.
|
||||
#[error("Chunks are not unform, mismatch in length or are zero sized")]
|
||||
#[error("Chunks are not uniform, mismatch in length or are zero sized")]
|
||||
NonUniformChunks,
|
||||
/// An uneven byte-length of a shard is not valid for `GF(2^16)` encoding.
|
||||
#[error("Uneven length is not valid for field GF(2^16)")]
|
||||
|
||||
Reference in New Issue
Block a user