Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fireblocks_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ def create_transaction(
if replace_tx_by_hash:
body["replaceTxByHash"] = replace_tx_by_hash

if treat_as_gross_amount:
if treat_as_gross_amount is not None:
body["treatAsGrossAmount"] = treat_as_gross_amount

if destinations:
Expand Down
Loading