From 70158937d1fae707a91385d532b7c366d98113e9 Mon Sep 17 00:00:00 2001 From: Ayden Brewer Date: Mon, 9 Oct 2023 12:39:40 -0700 Subject: [PATCH] Fix docgen error in events comments --- pallets/subtensor/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/subtensor/src/lib.rs b/pallets/subtensor/src/lib.rs index 95eb5c1ca..c6ba68e67 100644 --- a/pallets/subtensor/src/lib.rs +++ b/pallets/subtensor/src/lib.rs @@ -854,7 +854,7 @@ pub mod pallet { NetworkImmunityPeriodSet(u64), // Event created when the network immunity period is set. NetworkMinLockCostSet(u64), // Event created when the network minimum locking cost is set. SubnetLimitSet(u16), // Event created when the maximum number of subnets is set - NetworkLockCostReductionIntervalSet(u64), /// Event created when the lock cost reduction is set + NetworkLockCostReductionIntervalSet(u64), // Event created when the lock cost reduction is set } // Errors inform users that something went wrong.