From ed2c8fc9ee53e6310acb54fb97afac807930f27e Mon Sep 17 00:00:00 2001 From: Jerry Date: Sat, 27 Jul 2024 16:35:14 -0700 Subject: [PATCH] Disable state logging in build_and_sign Most of times error will be raised from build(), hence logging state from build_and_sign is redundant. --- pycardano/txbuilder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pycardano/txbuilder.py b/pycardano/txbuilder.py index 149a28a8..63ea93cc 100644 --- a/pycardano/txbuilder.py +++ b/pycardano/txbuilder.py @@ -1358,7 +1358,6 @@ def _estimate_execution_units( return self.context.evaluate_tx(tx) - @log_state def build_and_sign( self, signing_keys: List[Union[SigningKey, ExtendedSigningKey]],