Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Bump XCM weight to something more conservative (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork authored Jun 2, 2021
1 parent 53b8148 commit 6467858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polkadot-parachains/statemine-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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! {
Expand Down

0 comments on commit 6467858

Please sign in to comment.