Skip to content

Commit bf29ffa

Browse files
committed
update doc
1 parent eb5155e commit bf29ffa

File tree

1 file changed

+1
-2
lines changed
  • pallets/subtensor/src/utils

1 file changed

+1
-2
lines changed

pallets/subtensor/src/utils/evm.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ impl<T: Config> Pallet<T> {
3636
///
3737
/// # Arguments
3838
///
39-
/// * `origin` - The origin of the call, which should be the coldkey that owns the hotkey.
39+
/// * `origin` - The origin of the call, which should be the hotkey.
4040
/// * `netuid` - The unique identifier for the subnet that the hotkey belongs to.
41-
/// * `hotkey` - The hotkey associated with the `origin` coldkey.
4241
/// * `evm_key` - The EVM address to associate with the `hotkey`.
4342
/// * `block_number` - The block number used in the `signature`.
4443
/// * `signature` - A signed message by the `evm_key` containing the `hotkey` and the hashed

0 commit comments

Comments
 (0)