Merge PR #2994: Change wrong password message

* change wrong password message

Closes: #2993

* Update PENDING.md
This commit is contained in:
Alessio Treglia
2018-12-04 17:23:10 +01:00
committed by Christopher Goes
parent d32e4a9fe0
commit 079b1f0ffa
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ func (e errWrongPassword) Code() int {
}
func (e errWrongPassword) Error() string {
return fmt.Sprintf("Ciphertext decryption failed")
return "invalid account password"
}
// NewErrWrongPassword returns a standardized error reflecting that the specified password is wrong