From 6a8b806a20297374d6f6991d9c9cfa33cb501760 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 9 Jul 2014 01:37:55 -0500 Subject: [PATCH] Correct QueueNotification comment. This comment incorrectly said QueueMessage instead of QueueNotification. --- rpcwebsocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcwebsocket.go b/rpcwebsocket.go index 5dcebdf1..0cff61de 100644 --- a/rpcwebsocket.go +++ b/rpcwebsocket.go @@ -1296,7 +1296,7 @@ func (c *wsClient) SendMessage(marshalledJSON []byte, doneChan chan bool) { // to the client having already been disconnected or dropped. var ErrClientQuit = errors.New("client quit") -// QueueMessage queues the passed notification to be sent to the websocket +// QueueNotification queues the passed notification to be sent to the websocket // client. This function, as the name implies, is only intended for // notifications since it has additional logic to prevent other subsystems, such // as the memory pool and block manager, from blocking even when the send