Skip to content

Commit

Permalink
remove done todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Jul 13, 2023
1 parent 4b82748 commit 0c2eae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/hydradx/src/xcm/xcm_exchange.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use sp_runtime::traits::{Convert, Zero};
use sp_std::marker::PhantomData;
use sp_std::vec;
use xcm_executor::traits::AssetExchange;
//TODO: copy unit tests from omnipool and adapt them

pub struct OmniExchanger<T, TempAccount, CurrencyIdConvert, Currency>(
PhantomData<(T, TempAccount, CurrencyIdConvert, Currency)>,
Expand Down

0 comments on commit 0c2eae9

Please sign in to comment.