mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
7 lines
155 B
Go
7 lines
155 B
Go
|
package common
|
||
|
|
||
|
const (
|
||
|
ErrGetStateDB = "get EVM StateDB failed"
|
||
|
ErrInvalidNumberOfArgs = "invalid number of arguments; expected %d; got: %d"
|
||
|
)
|