We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad5150 commit 3327496Copy full SHA for 3327496
pycardano/txbuilder.py
@@ -145,7 +145,7 @@ class TransactionBuilder:
145
_collateral_return: Optional[TransactionOutput] = field(init=False, default=None)
146
147
collateral_return_threshold: int = 1_000_000
148
- """The minimum amount of lovelace above which
+ """The minimum amount of lovelace above which
149
the remaining collateral (total_collateral_amount - actually_used_amount) will be returned."""
150
151
_total_collateral: Optional[int] = field(init=False, default=None)
0 commit comments