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.
1 parent aa4bfec commit 0a70e2dCopy full SHA for 0a70e2d
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