Skip to content

Commit

Permalink
fix: price type
Browse files Browse the repository at this point in the history
  • Loading branch information
lazars14-f committed Jul 18, 2024
1 parent a350ca5 commit 0ea409b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireblocks_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def get_supported_assets(self):

return self._get_request("/v1/supported_assets")

def set_asset_price(self, id: str, currency: str, price: int):
def set_asset_price(self, id: str, currency: str, price: float):
"""Set asset price
Args:
Expand Down

0 comments on commit 0ea409b

Please sign in to comment.