OSDN Git Service

Reward util (#342)
[bytom/vapor.git] / toolbar / reward / synchron / errors.go
diff --git a/toolbar/reward/synchron/errors.go b/toolbar/reward/synchron/errors.go
deleted file mode 100644 (file)
index 5e58fde..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-package synchron
-
-import (
-       "github.com/vapor/errors"
-)
-
-var (
-       ErrInconsistentDB = errors.New("inconsistent db status")
-       ErrOutputType     = errors.New("error output type")
-)