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 fd96f59 commit ef65dc4Copy full SHA for ef65dc4
pallets/subtensor/src/coinbase/run_coinbase.rs
@@ -87,7 +87,7 @@ impl<T: Config> Pallet<T> {
87
let alpha_out_i = alpha_emission_i;
88
// Only emit TAO if the subnetwork allows registration.
89
if !Self::get_network_registration_allowed(*netuid_i)
90
- && Self::get_network_pow_registration_allowed(*netuid_i)
+ && !Self::get_network_pow_registration_allowed(*netuid_i)
91
{
92
tao_in_i = asfloat!(0.0);
93
}
0 commit comments