--- a/pallets/fungible/src/common.rs +++ b/pallets/fungible/src/common.rs @@ -90,7 +90,7 @@ } fn transfer_from() -> Weight { - >::transfer() + Self::transfer() + >::check_allowed_raw() + >::set_allowance_unchecked_raw() }