Skip to content

Commit 075ab91

Browse files
Removed extra fee buffer (#404)
1 parent 38c348d commit 075ab91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pycardano/txbuilder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,9 +721,6 @@ def _merge_changes(changes):
721721

722722
# With changes included, we can estimate the fee more precisely
723723
self.fee = self._estimate_fee()
724-
# Beyond this, the computed fee is not updated anymore so we can add the fee buffer
725-
if self.fee_buffer is not None:
726-
self.fee += self.fee_buffer
727724

728725
if change_address:
729726
self._outputs = original_outputs

0 commit comments

Comments
 (0)