-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
While I was debugging other reputation problem (steemit/steem#3241), I found that there are several errors in the current definition.
accounts:string array=>account_lower_bound:stringcurl -s --data '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steem"}, "id":1}https://api.steemit.com` doesn't work! It should becurl -s --data '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steem", "limit":1}, "id":1}' https://api.steemit.com- other minor errors and update.
I'll submit PR.
Metadata
Metadata
Assignees
Labels
No labels