Skip to content

Commit 5a5f7e2

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

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
@@ -53,5 +53,5 @@ interface IStaking {
5353
* @param coldkey The coldkey public key (32 bytes).
5454
* @return The current stake amount in uint64 format.
5555
*/
56-
function getStake(bytes32 hotkey, bytes32 coldkey) external view returns (uint64);
56+
function getStake(bytes32 hotkey, bytes32 coldkey, uint16 netuid) external view returns (uint64);
5757
}

0 commit comments

Comments
 (0)