diff --git a/hathor/vertex_handler/vertex_handler.py b/hathor/vertex_handler/vertex_handler.py index 01b2372fa..5bcbc1369 100644 --- a/hathor/vertex_handler/vertex_handler.py +++ b/hathor/vertex_handler/vertex_handler.py @@ -150,9 +150,9 @@ def _validate_vertex( return False if not metadata.validation.is_fully_connected(): - # TODO: Remove this from here after a refactor in metadata initialization - vertex.update_reward_lock_metadata() try: + # TODO: Remove this from here after a refactor in metadata initialization + vertex.update_reward_lock_metadata() self._verification_service.validate_full(vertex, reject_locked_reward=reject_locked_reward) except HathorError as e: if not fails_silently: