Skip to content

Commit 24f5afd

Browse files
authored
Merge pull request #25 from cryptomkt/fix/commit-risk
fix: commit risk rbf as boolean
2 parents b38f625 + 841360c commit 24f5afd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cryptomarket/dataclasses/CommitRisk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
@dataclass
66
class CommitRisk:
77
score: Optional[int] = None
8-
rbf: Optional[str] = None
8+
rbf: Optional[bool] = None
99
low_fee: Optional[str] = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setuptools.setup(
1919
name="cryptomarket",
20-
version="3.2.0",
20+
version="3.2.1",
2121
packages=['cryptomarket', 'cryptomarket.websockets'],
2222
include_package_data=True,
2323
description="Cryptomarket API client library",

0 commit comments

Comments
 (0)