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
Given the case that there are no delegates with voteWeight over 1000 LSK to be eligible as standby, API returns 404 to the call for standby delegates (https://testnet-service.lisk.com/api/v2/accounts?isDelegate=true&limit=20&status=standby) resulting on table to display Nothing found.
As a user perspective this result seems like an error when it is an expected behaviour.
The text was updated successfully, but these errors were encountered:
Merge pull request #3990 from LiskHQ/3948-display-no-standby-delegate…
fc252a3
…s-found Display no standby delegates found message and inelegible delegates - Closes #3948
isalga
Successfully merging a pull request may close this issue.
Description
Given the case that there are no delegates with voteWeight over 1000 LSK to be eligible as standby, API returns 404 to the call for standby delegates (https://testnet-service.lisk.com/api/v2/accounts?isDelegate=true&limit=20&status=standby) resulting on table to display Nothing found.
Motivation
As a user perspective this result seems like an error when it is an expected behaviour.
Additional Information
The text was updated successfully, but these errors were encountered: