Skip to content

Commit

Permalink
Update runtime/src/precompiles/solidity/staking.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Fairchild <[email protected]>
  • Loading branch information
gztensor and camfairchild authored Jan 14, 2025
1 parent d666996 commit 5a5f7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/precompiles/solidity/staking.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ interface IStaking {
* @param coldkey The coldkey public key (32 bytes).
* @return The current stake amount in uint64 format.
*/
function getStake(bytes32 hotkey, bytes32 coldkey) external view returns (uint64);
function getStake(bytes32 hotkey, bytes32 coldkey, uint16 netuid) external view returns (uint64);
}

0 comments on commit 5a5f7e2

Please sign in to comment.