We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e11d96 commit 7ae3dc8Copy full SHA for 7ae3dc8
pallets/subtensor/src/subnets/uids.rs
@@ -193,6 +193,7 @@ impl<T: Config> Pallet<T> {
193
// Remove tao dividends for the hotkey
194
TaoDividendsPerSubnet::<T>::remove(netuid, &hotkey);
195
}
196
+ #[allow(unknown_lints)]
197
Keys::<T>::remove(netuid, uid);
198
// Remove block at registration for the uid
199
BlockAtRegistration::<T>::remove(netuid, uid);
0 commit comments