diff --git a/substrate/frame/asset-rewards/src/lib.rs b/substrate/frame/asset-rewards/src/lib.rs index 4b838d1d58659ebe87a0a0691d946c206973fe3a..8f57c30ac600d70ce170ab6726ef57a28967c65b 100644 --- a/substrate/frame/asset-rewards/src/lib.rs +++ b/substrate/frame/asset-rewards/src/lib.rs @@ -315,9 +315,6 @@ pub mod pallet { } /// Pallet's callable functions. - /// - /// Allows optionally specifying an admin account for the pool. By default, the origin is made - /// admin. #[pallet::call(weight(<T as Config>::WeightInfo))] impl<T: Config> Pallet<T> { /// Create a new reward pool.