You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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 oflog.Error()
inGetClaimProof()
The text was updated successfully, but these errors were encountered: