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 cfe75fc commit 3dc87b3Copy full SHA for 3dc87b3
runtime/tests/pallet_proxy.rs
@@ -103,8 +103,7 @@ fn call_senate() -> RuntimeCall {
103
fn call_add_stake() -> RuntimeCall {
104
let block_number: u64 = 1;
105
let netuid: u16 = 2;
106
- let tempo: u16 = 3;
107
- let (nonce, work): (u64, Vec<u8>) = SubtensorModule::create_work_for_block_number(
+ let (_, work): (u64, Vec<u8>) = SubtensorModule::create_work_for_block_number(
108
netuid,
109
block_number,
110
0,
@@ -122,7 +121,6 @@ fn call_add_stake() -> RuntimeCall {
122
121
fn call_register() -> RuntimeCall {
123
124
125
126
let (nonce, work): (u64, Vec<u8>) = SubtensorModule::create_work_for_block_number(
127
128
0 commit comments