Julian Strobl e3ac596bd6
chore: log in case of error
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2024-03-06 13:38:22 +01:00

8 lines
206 B
Go

package errormsg
var (
CouldNotGetValidatorIdentity = "could not get validator identity"
ErrorInvalidCreator = "invalid creator address (%s)"
InvalidRequest = "invalid request"
)