OSDN Git Service

fix
[bytom/vapor.git] / federation / synchron / common.go
1 package synchron
2
3 import (
4         vaporCfg "github.com/vapor/config"
5         "github.com/vapor/errors"
6 )
7
8 var (
9         fedProg = vaporCfg.FederationProgrom(vaporCfg.CommonConfig)
10
11         ErrInconsistentDB = errors.New("inconsistent db status")
12 )