mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-06-06 22:26:43 +00:00
8 lines
206 B
Go
8 lines
206 B
Go
package errormsg
|
|
|
|
var (
|
|
CouldNotGetValidatorIdentity = "could not get validator identity"
|
|
ErrorInvalidCreator = "invalid creator address (%s)"
|
|
InvalidRequest = "invalid request"
|
|
)
|