Skip to content

Commit 3327496

Browse files
committed
Minor fix
1 parent cad5150 commit 3327496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycardano/txbuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class TransactionBuilder:
145145
_collateral_return: Optional[TransactionOutput] = field(init=False, default=None)
146146

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

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

0 commit comments

Comments
 (0)