From 700ec32cc69ac56677e72e1d7cc5d6a107a2ff83 Mon Sep 17 00:00:00 2001
From: Liam Aharon <liam.aharon@hotmail.com>
Date: Wed, 17 Apr 2024 13:40:31 +0400
Subject: [PATCH] add disambiguation comment

---
 substrate/frame/asset-rewards/src/lib.rs | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/substrate/frame/asset-rewards/src/lib.rs b/substrate/frame/asset-rewards/src/lib.rs
index 0e70166a015..472bf9869e4 100644
--- a/substrate/frame/asset-rewards/src/lib.rs
+++ b/substrate/frame/asset-rewards/src/lib.rs
@@ -41,6 +41,11 @@
 //! The pool admin may adjust the pool configuration such as reward rate per block, expiry block,
 //! and admin.
 //!
+//! ## Disambiguation
+//!
+//! While this pallet shares some terminology with the `staking-pool` and similar native staking
+//! related pallets, it is distinct and is entirely unrelated to native staking.
+//!
 //! ## Permissioning
 //!
 //! Currently, pool creation and management restricted to a configured Origin.
-- 
GitLab