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 5a40b75 commit 87e47c5Copy full SHA for 87e47c5
pallets/subtensor/tests/block_step.rs
@@ -871,7 +871,7 @@ fn test_emission_based_on_registration_status() {
871
872
let block: u64 = 0;
873
// drain the emission tuples for the subnet with registration on
874
- SubtensorModule::drain_emission(block as u64);
+ SubtensorModule::drain_emission(block);
875
// Turn on registration for the subnet with registration off
876
SubtensorModule::set_network_registration_allowed(netuid_off, true);
877
SubtensorModule::set_network_registration_allowed(netuid_on, false);
0 commit comments