Add comment to ErrBadAuth to make go lint happy.
This commit is contained in:
parent
238d942a69
commit
bcb5a21b37
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ import (
|
|||
|
||||
var timeZeroVal time.Time
|
||||
|
||||
// ErrBadAuth describes an error that was the result of invalid credentials.
|
||||
var ErrBadAuth = errors.New("invalid credentials")
|
||||
|
||||
type ntfnChan chan btcjson.Cmd
|
||||
|
|
Loading…
Add table
Reference in a new issue