fix a casing in error message

This commit is contained in:
Zi Lin
2017-01-03 19:28:51 -08:00
committed by Kyle Isom
parent 43ffe45e72
commit 6b441d2e85

View File

@@ -273,7 +273,7 @@ func runDecrypt() {
switch err.Error() {
case cryptor.ErrNotEnoughDelegations.Error(),
msp.ErrNotEnoughShares.Error(),
"Need more delegated keys":
"need more delegated keys":
// retry forever unless keyboard interrupt
sigChan := make(chan os.Signal, 1)
signal.Notify(sigChan, syscall.SIGINT, syscall.SIGTERM)