0g-chain/precompiles/staking/errors.go

6 lines
86 B
Go
Raw Normal View History

2024-10-24 13:23:45 +00:00
package staking
const (
ErrPubKeyInvalidLength = "public key with invalid length"
)