diff --git a/fireblocks_sdk/api_types.py b/fireblocks_sdk/api_types.py index ef0ef6d..18873b0 100644 --- a/fireblocks_sdk/api_types.py +++ b/fireblocks_sdk/api_types.py @@ -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