Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
orman committed Nov 13, 2023
1 parent ed8f0f7 commit ee1fd37
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 @@ -2046,7 +2046,7 @@ def get_vault_balance_by_asset(self, asset_id=None):
return self._get_request(url)

def create_raw_transaction(
self, raw_message: RawMessage, source=None, asset_id=None, note=None
self, raw_message, source=None, asset_id=None, note=None
):
"""Creates a new raw transaction with the specified parameters
Expand Down

0 comments on commit ee1fd37

Please sign in to comment.