Skip to content
Snippets Groups Projects

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

Merged [fix] ##114 fix bma.blockhain.revoked calling /blockchain/with/excluded
Merged Vincent Texier requested to merge #114 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -398,7 +398,7 @@ async def revoked(client: Client) -> dict:
:param client: Client to connect to the api
: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:
Loading