OSDN Git Service

feat(federation): add mainchain & sidechain listener (#170)
[bytom/vapor.git] / federation / synchron / errors.go
1 package synchron
2
3 import (
4         "github.com/vapor/errors"
5 )
6
7 var (
8         ErrInconsistentDB = errors.New("inconsistent db status")
9         ErrOutputType     = errors.New("error output type")
10 )