aboutsummaryrefslogtreecommitdiffstats
path: root/consensus/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'consensus/errors.go')
-rw-r--r--consensus/errors.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/consensus/errors.go b/consensus/errors.go
index a005c5f63..204f09f21 100644
--- a/consensus/errors.go
+++ b/consensus/errors.go
@@ -34,4 +34,6 @@ var (
// ErrInvalidNumber is returned if a block's number doesn't equal it's parent's
// plus one.
ErrInvalidNumber = errors.New("invalid block number")
+
+ ErrWitnessMismatch = errors.New("witness mismatch")
)