diff --git a/rpcwebsocket.go b/rpcwebsocket.go index baf8b792..4d4a8789 100644 --- a/rpcwebsocket.go +++ b/rpcwebsocket.go @@ -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