Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error log missing #574

Open
bap2pecs opened this issue Jan 21, 2024 · 1 comment
Open

Error log missing #574

bap2pecs opened this issue Jan 21, 2024 · 1 comment

Comments

@bap2pecs
Copy link

I was debugging a bridge tx where the claim tx hash got missing and found out that in server/service.go, there is an error log missing in my container logs

I think the root cause is we should use log.Errorf() instead of log.Error() in GetClaimProof()

@ARR552
Copy link
Contributor

ARR552 commented Aug 27, 2024

Hi, I don't get your point. Errors in GetClaimProof() are always returned even if they are not printed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants