Skip to content

Commit

Permalink
doc: update prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Nov 29, 2024
1 parent d6e803e commit ec2e097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prdoc/pr_6643.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ doc:
The local chain doesn't know how to decode calls for remote chains so it can't automatically populate `require_weight_at_most` required by V4 Transact.
To fix this, XCM v5 Transact now also takes a `fallback_max_weight: Option<Weight>` parameter.
This can be set to `None` if the instruction is not meant to be sent to chains running XCM versions lower than V5.
If set to `Some(w)`, a subsequent conversion to V4 will result in `Transact { require_weight_at_most: w, .. }`.
If set to `Some(weight)`, a subsequent conversion to V4 will result in `Transact { require_weight_at_most: weight, .. }`.
The plan is to remove this workaround in V6 since there will be a good conversion path from V6 to V5.
crates:
- name: snowbridge-router-primitives
Expand Down

0 comments on commit ec2e097

Please sign in to comment.