Skip to content

Commit

Permalink
Remove ZeitgeistAssetManager trait (#1311)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
sea212 and mergify[bot] authored Apr 12, 2024
1 parent dc7e7f9 commit 32eedc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 103 deletions.
2 changes: 0 additions & 2 deletions primitives/src/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ mod market_transition_api;
mod swaps;
mod weights;
mod zeitgeist_asset;
mod zeitgeist_multi_reservable_currency;

pub use complete_set_operations_api::CompleteSetOperationsApi;
pub use deploy_pool_api::DeployPoolApi;
Expand All @@ -42,4 +41,3 @@ pub use market_transition_api::MarketTransitionApi;
pub use swaps::Swaps;
pub use weights::CheckedDivPerComponent;
pub use zeitgeist_asset::*;
pub use zeitgeist_multi_reservable_currency::ZeitgeistAssetManager;
101 changes: 0 additions & 101 deletions primitives/src/traits/zeitgeist_multi_reservable_currency.rs

This file was deleted.

0 comments on commit 32eedc9

Please sign in to comment.