Skip to content

Commit

Permalink
Update src/aleph/sdk/query/responses.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Herter <[email protected]>
  • Loading branch information
1yam and hoh committed Aug 21, 2024
1 parent 5e9046a commit a1e0324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/sdk/query/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ class MessagesResponse(PaginationResponse):
class PriceResponse(BaseModel):
"""Response from an aleph.im node API on the path /api/v0/price/{item_hash}"""

required_tokens: str
required_tokens: Decimal
payment_type: str

0 comments on commit a1e0324

Please sign in to comment.