Skip to content

Commit fd8fd53

Browse files
Update runtime/src/precompiles/solidity/staking.sol
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent 5a5f7e2 commit fd8fd53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/src/precompiles/solidity/staking.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ interface IStaking {
5151
*
5252
* @param hotkey The hotkey public key (32 bytes).
5353
* @param coldkey The coldkey public key (32 bytes).
54+
* @param netuid The subnet the stake is on (uint16).
5455
* @return The current stake amount in uint64 format.
5556
*/
5657
function getStake(bytes32 hotkey, bytes32 coldkey, uint16 netuid) external view returns (uint64);

0 commit comments

Comments
 (0)