mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 18:37:26 +08:00
6 lines
100 B
Go
6 lines
100 B
Go
package internal
|
|
|
|
import "errors"
|
|
|
|
var ErrIncorrectRecord = errors.New("received incorrect record")
|