We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The get_stake_for_coldkey_hotkey method has the arg ordering of hotkey, coldkey which does not match the expectation from the naming.
get_stake_for_coldkey_hotkey
hotkey, coldkey
We should introduce a get_stake_for_hotkey_coldkey function with the expected (in this case the same) ordering. And, deprecate the previous function.
get_stake_for_hotkey_coldkey
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
get_stake_for_coldkey_hotkey
method has the arg ordering ofhotkey, coldkey
which does not match the expectation from the naming.We should introduce a
get_stake_for_hotkey_coldkey
function with the expected (in this case the same) ordering.And, deprecate the previous function.
The text was updated successfully, but these errors were encountered: