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 d092dbd commit 9396ec0Copy full SHA for 9396ec0
pallets/subtensor/src/tests/coinbase.rs
@@ -31,7 +31,7 @@ fn test_hotkey_take() {
31
);
32
log::info!(
33
"expected: {:?}",
34
- SubtensorModule::get_hotkey_take_float(&&hotkey)
+ SubtensorModule::get_hotkey_take_float(&hotkey)
35
36
});
37
}
0 commit comments