Skip to content

Commit c5e20b1

Browse files
authored
Add error info in validator
1 parent 7641389 commit c5e20b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: rust/main/agents/validator/src/validator.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,9 @@ impl BaseAgent for Validator {
200200
}
201201
break;
202202
}
203-
_ => {
203+
Err(err) => {
204204
// Future that immediately resolves
205+
error!(?err, "Failed to get the merkle tree hook count");
205206
return;
206207
}
207208
}

0 commit comments

Comments
 (0)