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 cbf5be0 commit bf96a2bCopy full SHA for bf96a2b
pallets/subtensor/src/staking/recycle_alpha.rs
@@ -1,6 +1,6 @@
1
use super::*;
2
use crate::{Error, system::ensure_signed};
3
-use subtensor_runtime_common::{AlphaCurrency, Currency, NetUid};
+use subtensor_runtime_common::{AlphaCurrency, NetUid};
4
5
impl<T: Config> Pallet<T> {
6
/// Recycles alpha from a cold/hot key pair, reducing AlphaOut on a subnet
0 commit comments