Skip to content

Commit

Permalink
Merge pull request #17 from blockfrost/16-fix-pools
Browse files Browse the repository at this point in the history
Fix pools
  • Loading branch information
mathiasfrohlich authored Feb 15, 2022
2 parents e4737e8 + 0a70e2d commit eca1dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blockfrost/api/cardano/pools.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from blockfrost.utils import request_wrapper, list_request_wrapper


@request_wrapper
@list_request_wrapper
def pools(self, **kwargs):
"""
List of registered stake pools.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='blockfrost-python',
version='0.4.2',
version='0.4.3',
description='The official Python SDK for Blockfrost API v0.1.36',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit eca1dad

Please sign in to comment.