From 3327496fb4145fdc73328f59e7fa6c2aaaa615ed Mon Sep 17 00:00:00 2001 From: Jerry Date: Sun, 22 Dec 2024 16:33:00 -0800 Subject: [PATCH] Minor fix --- pycardano/txbuilder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycardano/txbuilder.py b/pycardano/txbuilder.py index 525c5463..685c70cc 100644 --- a/pycardano/txbuilder.py +++ b/pycardano/txbuilder.py @@ -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)