mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
6 lines
106 B
Go
6 lines
106 B
Go
package dasigners
|
|
|
|
const (
|
|
ErrInvalidSender = "sender address %s is not the same as signer address %s"
|
|
)
|