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 841360c commit be3a131Copy full SHA for be3a131
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
0 commit comments