diff --git a/cmd/discovery/client/client.go b/cmd/discovery/client/client.go index 548733f..f522b9d 100644 --- a/cmd/discovery/client/client.go +++ b/cmd/discovery/client/client.go @@ -106,7 +106,7 @@ func (c *Client) waitPass(p *block.Partition, attempts int) (pass string, err er return c.decryptPassphrase(pass) } - if err == nil || err == errPartNotFound { // passphrase not encrypted or not available + if err == nil { // passphrase available, no errors return }