mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
Just a typo (#13533)
* Typo * Update Salary weight Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix test Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
//! **Pagination**
|
||||
//!
|
||||
//! Queues are stored in a *paged* manner by splitting their messages into [`Page`]s. This results
|
||||
//! in a lot of complexity when implementing the pallet but is completely necessary to archive the
|
||||
//! in a lot of complexity when implementing the pallet but is completely necessary to achieve the
|
||||
//! second #[Design Goal](design-goals). The problem comes from the fact a message can *possibly* be
|
||||
//! quite large, lets say 64KiB. This then results in a *MEL* of at least 64KiB which results in a
|
||||
//! PoV of at least 64KiB. Now we have the assumption that most messages are much shorter than their
|
||||
|
||||
Reference in New Issue
Block a user