Skip to content

Commit 80f2604

Browse files
committed
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.
1 parent 3d65c67 commit 80f2604

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycardano/txbuilder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,6 @@ def _estimate_execution_units(
13581358

13591359
return self.context.evaluate_tx(tx)
13601360

1361-
@log_state
13621361
def build_and_sign(
13631362
self,
13641363
signing_keys: List[Union[SigningKey, ExtendedSigningKey]],

0 commit comments

Comments
 (0)