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 4dbde04 + b9b0e6f commit ea10a70Copy full SHA for ea10a70
cryptomarket/dataclasses/CommitRisk.py
@@ -6,4 +6,4 @@
6
class CommitRisk:
7
score: Optional[int] = None
8
rbf: Optional[bool] = None
9
- low_fee: Optional[str] = None
+ low_fee: Optional[bool] = None
setup.py
@@ -17,7 +17,7 @@
17
18
setuptools.setup(
19
name="cryptomarket",
20
- version="3.2.1",
+ version="3.2.2",
21
packages=['cryptomarket', 'cryptomarket.websockets'],
22
include_package_data=True,
23
description="Cryptomarket API client library",
0 commit comments