Skip to content

Commit

Permalink
remove xcm exchange from filler type
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Dec 20, 2024
1 parent c7be65b commit c36165d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/amm-support/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub enum Filler {
XYK(AssetId), // share token
LBP,
OTC(OtcOrderId),
XcmExchange, //TODO: do we need some info?
Xcm(Option<[u8; 32]>), //TODO: VERIFY
// ICE(solution_id/block id), swapper: alice, filler: solver
}
Expand Down

0 comments on commit c36165d

Please sign in to comment.