Skip to content

Commit 573a7b1

Browse files
committed
chore: netuid should be uint256
1 parent 080363b commit 573a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/precompiles/solidity/staking.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface IStaking {
4040
* correctly attributed.
4141
* - The existing stake amount must be not lower than specified amount
4242
*/
43-
function removeStake(bytes32 hotkey, uint256 amount, uint16 netuid) external;
43+
function removeStake(bytes32 hotkey, uint256 amount, uint256 netuid) external;
4444

4545
/**
4646
* @dev Returns the amount of RAO staked by the coldkey.

0 commit comments

Comments
 (0)