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 eb5155e commit bf29ffaCopy full SHA for bf29ffa
pallets/subtensor/src/utils/evm.rs
@@ -36,9 +36,8 @@ impl<T: Config> Pallet<T> {
36
///
37
/// # Arguments
38
39
- /// * `origin` - The origin of the call, which should be the coldkey that owns the hotkey.
+ /// * `origin` - The origin of the call, which should be the hotkey.
40
/// * `netuid` - The unique identifier for the subnet that the hotkey belongs to.
41
- /// * `hotkey` - The hotkey associated with the `origin` coldkey.
42
/// * `evm_key` - The EVM address to associate with the `hotkey`.
43
/// * `block_number` - The block number used in the `signature`.
44
/// * `signature` - A signed message by the `evm_key` containing the `hotkey` and the hashed
0 commit comments