mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Update pallet-multisig benches (#12558)
* Typo Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * ".git/.scripts/bench-bot.sh" pallet dev pallet_multisig * remove functions * ".git/.scripts/bench-bot.sh" pallet dev pallet_multisig Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <> Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6cc497e220
commit
adccdd500b
@@ -124,7 +124,7 @@ pub mod pallet {
|
||||
// Align the call size to 1KB. As we are currently compiling the runtime for native/wasm
|
||||
// the `size_of` of the `Call` can be different. To ensure that this don't leads to
|
||||
// mismatches between native/wasm or to different metadata for the same runtime, we
|
||||
// algin the call size. The value is choosen big enough to hopefully never reach it.
|
||||
// algin the call size. The value is chosen big enough to hopefully never reach it.
|
||||
const CALL_ALIGN: u32 = 1024;
|
||||
|
||||
#[pallet::extra_constants]
|
||||
|
||||
Reference in New Issue
Block a user