We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4737e8 + 0a70e2d commit eca1dadCopy full SHA for eca1dad
blockfrost/api/cardano/pools.py
@@ -2,7 +2,7 @@
2
from blockfrost.utils import request_wrapper, list_request_wrapper
3
4
5
-@request_wrapper
+@list_request_wrapper
6
def pools(self, **kwargs):
7
"""
8
List of registered stake pools.
setup.py
@@ -8,7 +8,7 @@
9
setup(
10
name='blockfrost-python',
11
- version='0.4.2',
+ version='0.4.3',
12
description='The official Python SDK for Blockfrost API v0.1.36',
13
long_description=long_description,
14
long_description_content_type='text/markdown',
0 commit comments