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 c68f4e4 commit dc67f8fCopy full SHA for dc67f8f
pallets/subtensor/src/staking/set_children.rs
@@ -74,7 +74,7 @@ impl<T: Config> Pallet<T> {
74
&hotkey,
75
netuid,
76
&TransactionType::SetChildren,
77
- current_block
+ current_block,
78
);
79
80
// --- 2. Check that this delegation is not on the root network. Child hotkeys are not valid on root.
@@ -262,7 +262,7 @@ impl<T: Config> Pallet<T> {
262
263
264
&TransactionType::SetChildkeyTake,
265
266
267
268
// Set the new childkey take value for the given hotkey and network
pallets/subtensor/tests/children.rs
@@ -3237,4 +3237,3 @@ fn test_rank_trust_incentive_calculation_with_parent_child() {
3237
3238
});
3239
}
3240
-
0 commit comments