mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Reduce base proof size weight component to zero (#7081)
* Reduce base proof size weight component to 1KiB * Create TempFixedXcmWeight and set PoV weight to 0 * Set DEFAULT_PROOF_SIZE to 0 * Fix comment * Update test expectations * Fix comment
This commit is contained in:
@@ -441,5 +441,5 @@ fn karura_liquid_staking_xcm_has_sane_weight_upper_limt() {
|
||||
let weight = <XcmConfig as xcm_executor::Config>::Weigher::weight(&mut xcm)
|
||||
.expect("weighing XCM failed");
|
||||
|
||||
assert_eq!(weight, Weight::from_parts(20_313_281_000, 65536));
|
||||
assert_eq!(weight, Weight::from_parts(20_313_281_000, 0));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user