mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +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"
|
|
)
|