Skip to content

Commit

Permalink
fix(pallet-xcm-benchmarks): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Nov 29, 2024
1 parent ec2e097 commit fef70c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ mod benchmarks {
let instruction = Instruction::Transact {
origin_kind: OriginKind::SovereignAccount,
call: double_encoded_noop_call,
fallback_xcm_weight: None,
fallback_max_weight: None,
};
let xcm = Xcm(vec![instruction]);
#[block]
Expand Down

0 comments on commit fef70c0

Please sign in to comment.