diff --git a/fireblocks_sdk/sdk.py b/fireblocks_sdk/sdk.py index df41d35..306b87b 100644 --- a/fireblocks_sdk/sdk.py +++ b/fireblocks_sdk/sdk.py @@ -2111,7 +2111,7 @@ def get_max_bip44_index_used(self, vault_account_id, asset_id): return self._get_request(url) - def rescan_transactions(self, rescan_txs: List[RescanTx]) -> list[RescanTxResponse]: + def rescan_transactions_beta(self, rescan_txs: List[RescanTx]) -> list[RescanTxResponse]: """initiate rescan for given transactions Args: rescan_txs: (Array of RescanTx): the transaction asset_id and hash for rescan