aboutsummaryrefslogtreecommitdiff
path: root/signer.go
diff options
context:
space:
mode:
Diffstat (limited to 'signer.go')
-rw-r--r--signer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/signer.go b/signer.go
index a513d6e..2ee0ed4 100644
--- a/signer.go
+++ b/signer.go
@@ -48,7 +48,7 @@ func NewSigner(privKey crypto.PrivateKey) (*Signer, error) {
}
return &Signer{signer: s, thumb: t}, nil
default:
- return nil, errKeyType
+ return nil, ErrKeyType
}
}