Skip to content
Snippets Groups Projects
Commit 74efb95b authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #114 fix bma.blockhain.revoked calling /blockchain/with/excluded

parent 9c67df1b
No related branches found
No related tags found
1 merge request!101Release 0.57.0
...@@ -398,7 +398,7 @@ async def revoked(client: Client) -> dict: ...@@ -398,7 +398,7 @@ async def revoked(client: Client) -> dict:
:param client: Client to connect to the api :param client: Client to connect to the api
:return: :return:
""" """
return await client.get(MODULE + "/with/excluded", schema=BLOCK_NUMBERS_SCHEMA) return await client.get(MODULE + "/with/revoked", schema=BLOCK_NUMBERS_SCHEMA)
async def excluded(client: Client) -> dict: async def excluded(client: Client) -> dict:
......
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