mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-01-08 07:11:48 +00:00
fix a casing in error message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user