diff --git a/hathor/transaction/base_transaction.py b/hathor/transaction/base_transaction.py index c91292813..27790c1e2 100644 --- a/hathor/transaction/base_transaction.py +++ b/hathor/transaction/base_transaction.py @@ -723,7 +723,7 @@ def verify_outputs(self) -> None: len(output.script), settings.MAX_OUTPUT_SCRIPT_SIZE )) - def resolve(self, update_time: bool = True) -> bool: + def resolve(self, update_time: bool = False) -> bool: """Run a CPU mining looking for the nonce that solves the proof-of-work The `self.weight` must be set before calling this method.