diff --git a/polkadot/xcm/xcm-builder/src/lib.rs b/polkadot/xcm/xcm-builder/src/lib.rs index 0bc908c593..b915988576 100644 --- a/polkadot/xcm/xcm-builder/src/lib.rs +++ b/polkadot/xcm/xcm-builder/src/lib.rs @@ -51,7 +51,7 @@ mod fungibles_adapter; pub use fungibles_adapter::FungiblesAdapter; mod weight; -pub use weight::{FixedRateOfConcreteFungible, FixedWeightBounds, UsingComponents}; +pub use weight::{FixedRateOfConcreteFungible, FixedWeightBounds, UsingComponents, TakeRevenue}; mod matches_fungible; pub use matches_fungible::{IsAbstract, IsConcrete};