Bump XCM weight to something more conservative (#458)

This commit is contained in:
Gavin Wood
2021-06-02 09:22:49 +02:00
committed by GitHub
parent 53b81482d0
commit 64678585ee
@@ -528,8 +528,8 @@ pub type XcmOriginToTransactDispatchOrigin = (
);
parameter_types! {
// One XCM operation is 1_000_000 weight - almost certainly a conservative estimate.
pub UnitWeightCost: Weight = 1_000_000;
// One XCM operation is 1_000_000_000 weight - almost certainly a conservative estimate.
pub UnitWeightCost: Weight = 1_000_000_000;
}
match_type! {