mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 09:50:08 +01:00
Add comment to ErrBadAuth to make go lint happy.
This commit is contained in:
parent
238d942a69
commit
bcb5a21b37
@ -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…
Reference in New Issue
Block a user