mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-01-23 13:36:58 +00:00
6 lines
78 B
Go
6 lines
78 B
Go
package wrappeda0gibase
|
|
|
|
const (
|
|
ErrSenderNotWA0GI = "sender is not WA0GI"
|
|
)
|