Skip to content
Snippets Groups Projects
Commit 3a06a47a authored by Gavin Wood's avatar Gavin Wood Committed by GitHub
Browse files

Bump XCM weight to something more conservative (#458)

parent fccdc2da
No related merge requests found
......@@ -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! {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment