Skip to content

Commit

Permalink
Add InitiateTeleport to recursive filter
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Nov 22, 2023
1 parent a32a998 commit 40cf010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polkadot/xcm/xcm-simulator/fuzzer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ fn run_input(xcm_messages: [XcmMessage; 5]) {
match message {
DepositReserveAsset { xcm, .. } |
InitiateReserveWithdraw { xcm, .. } |
InitiateTeleport { xcm, .. } |
TransferReserveAsset { xcm, .. } |
SetErrorHandler(xcm) |
SetAppendix(xcm) => Vec::from(xcm.inner()).iter_mut().flat_map(matches_recursive).collect(),
Expand Down

0 comments on commit 40cf010

Please sign in to comment.