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 080363b commit 573a7b1Copy full SHA for 573a7b1
runtime/src/precompiles/solidity/staking.sol
@@ -40,7 +40,7 @@ interface IStaking {
40
* correctly attributed.
41
* - The existing stake amount must be not lower than specified amount
42
*/
43
- function removeStake(bytes32 hotkey, uint256 amount, uint16 netuid) external;
+ function removeStake(bytes32 hotkey, uint256 amount, uint256 netuid) external;
44
45
/**
46
* @dev Returns the amount of RAO staked by the coldkey.
0 commit comments