This commit is contained in:
Gav Wood
2021-10-23 23:26:04 +02:00
parent 8159c2c5f9
commit 8f48998279
12 changed files with 333 additions and 233 deletions
+1 -1
View File
@@ -473,7 +473,7 @@ mod tests {
fn msg(weight: Weight) -> Xcm {
Xcm(vec![Transact {
origin_type: OriginKind::Native,
origin_kind: OriginKind::Native,
require_weight_at_most: weight,
call: vec![].into(),
}])