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
* ci: Enable staticcheck lints and fix violations
- Ensure `error` types are the final return value
- Ensure error messages begin with a lowercase letter (official Go style
recommendation)
- Enable style rule such that Duration variable names don't end with
time units
- Remove exception for a file that has since been deleted
* fix unit tests errors and apply formatting
* improve variable name
returnnewDetails, errors.New("unwrap call for foreign asset returned the zero address. Either token has not been registered or there is a bug in the program.")
691
+
returnnewDetails, errors.New("unwrap call for foreign asset returned the zero address, either token has not been registered or there is a bug in the program")
0 commit comments