Skip to content
Snippets Groups Projects
Commit 1c1b55b0 authored by crokkon's avatar crokkon
Browse files

fix find_rc_accounts docstring

parent 83381bd4
No related branches found
No related tags found
No related merge requests found
......@@ -913,7 +913,7 @@ class Blockchain(object):
return self.steem.rpc.lookup_accounts(name, limit)
def find_rc_accounts(self, name):
""" Returns limit similar accounts with name as list
""" Returns the RC parameters of one or more accounts.
:param str name: account name to search rc params for (can also be a list of accounts)
:returns: RC params
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment