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 3fa0814 commit 320f058Copy full SHA for 320f058
pallets/subtensor/src/coinbase/run_coinbase.rs
@@ -90,7 +90,7 @@ impl<T: Config> Pallet<T> {
90
Self::set_blocks_since_last_step(*netuid, 0);
91
Self::set_last_mechanism_step_block(*netuid, current_block);
92
93
- if *netuid == 0 && !Self::is_registration_allowed(*netuid) {
+ if *netuid == 0 || !Self::is_registration_allowed(*netuid) {
94
// Skip netuid 0 payouts
95
continue;
96
}
0 commit comments