Skip to content

Commit

Permalink
Fix docgen error in events comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayden Brewer committed Oct 9, 2023
1 parent dcff392 commit 7015893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/subtensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7015893

Please sign in to comment.