Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Dec 23, 2024
1 parent cad5150 commit 3327496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycardano/txbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class TransactionBuilder:
_collateral_return: Optional[TransactionOutput] = field(init=False, default=None)

collateral_return_threshold: int = 1_000_000
"""The minimum amount of lovelace above which
"""The minimum amount of lovelace above which
the remaining collateral (total_collateral_amount - actually_used_amount) will be returned."""

_total_collateral: Optional[int] = field(init=False, default=None)
Expand Down

0 comments on commit 3327496

Please sign in to comment.