var (
PLUGIN = node.NewPlugin("Coordinator", node.Disabled, configure, run)
ErrDatabaseTainted = errors.New("database is tainted. delete the coordinator database and start again with a local snapshot")
ErrTailTxNotFound = errors.New("tail transaction not found in bundle")
)