Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
barakfireblocks committed Aug 20, 2024
1 parent 5c7179e commit b53a49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fireblocks_sdk/api_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ def __init__(self, message="Fireblocks SDK error", error_code=None):
class RescanTx:
"""
Args
asset_id (string): the asset if of the transaction
tx_hash (string): the hash of the transaction
asset_id (string): The asset symbol
tx_hash (string): The hash of the transaction
"""
def __init__(self, asset_id, tx_hash):
self.asset_id = asset_id
Expand Down

0 comments on commit b53a49e

Please sign in to comment.