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 2d333cf commit ce31e50Copy full SHA for ce31e50
pallets/subtensor/src/tests/children.rs
@@ -2950,10 +2950,10 @@ fn test_childkey_take_drain() {
2950
2951
// Set hotkey take for parent
2952
SubtensorModule::set_max_delegate_take(*parent_hotkey_take);
2953
- Delegates::<Test>::insert(&parent_hotkey, *parent_hotkey_take);
+ Delegates::<Test>::insert(parent_hotkey, *parent_hotkey_take);
2954
2955
// Set 0% for childkey-as-a-delegate take
2956
- Delegates::<Test>::insert(&child_hotkey, 0);
+ Delegates::<Test>::insert(child_hotkey, 0);
2957
2958
// Setup stakes:
2959
// Stake from parent
0 commit comments