From f555e50ba33360a0e30150311b87c4c017e86dd7 Mon Sep 17 00:00:00 2001 From: cuteolaf Date: Tue, 3 Feb 2026 15:08:26 -0800 Subject: [PATCH] Update event documentation to reflect AlphaBurned --- pallets/subtensor/src/macros/dispatches.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/subtensor/src/macros/dispatches.rs b/pallets/subtensor/src/macros/dispatches.rs index 2a362783ef..85d79498c3 100644 --- a/pallets/subtensor/src/macros/dispatches.rs +++ b/pallets/subtensor/src/macros/dispatches.rs @@ -2019,7 +2019,7 @@ mod dispatches { /// * `netuid` - The subnet ID /// /// # Events - /// Emits a `TokensBurned` event on success. + /// Emits a `AlphaBurned` event on success. #[pallet::call_index(102)] #[pallet::weight(( Weight::from_parts(112_200_000, 0).saturating_add(T::DbWeight::get().reads_writes(7, 3)),