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 9637986 commit 9df0d13Copy full SHA for 9df0d13
pallets/subtensor/src/utils/try_state.rs
@@ -1,6 +1,6 @@
1
-use super::*;
2
#[cfg(feature = "try-runtime")]
3
use super::subnets::subnet::POOL_INITIAL_TAO;
+use super::*;
4
5
impl<T: Config> Pallet<T> {
6
/// Checks if the accounting invariants for [`TotalStake`], [`TotalSubnetLocked`], and [`TotalIssuance`] are correct.
0 commit comments