We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed8b14 commit e947404Copy full SHA for e947404
hathor/vertex_handler/vertex_handler.py
@@ -150,9 +150,9 @@ def _validate_vertex(
150
return False
151
152
if not metadata.validation.is_fully_connected():
153
- # TODO: Remove this from here after a refactor in metadata initialization
154
- vertex.update_reward_lock_metadata()
155
try:
+ # TODO: Remove this from here after a refactor in metadata initialization
+ vertex.update_reward_lock_metadata()
156
self._verification_service.validate_full(vertex, reject_locked_reward=reject_locked_reward)
157
except HathorError as e:
158
if not fails_silently:
0 commit comments