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 38c348d commit 075ab91Copy full SHA for 075ab91
pycardano/txbuilder.py
@@ -721,9 +721,6 @@ def _merge_changes(changes):
721
722
# With changes included, we can estimate the fee more precisely
723
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
727
728
if change_address:
729
self._outputs = original_outputs
0 commit comments