From 354cc38d2dfc9f199eab7cf6f0192eaab8c359c4 Mon Sep 17 00:00:00 2001 From: Francis Lam Date: Sat, 8 Feb 2014 18:01:27 -0500 Subject: [PATCH] Added comments for new AddAllNewTxRequest method --- rpcwebsocket.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcwebsocket.go b/rpcwebsocket.go index 39d4753b..3a8517db 100644 --- a/rpcwebsocket.go +++ b/rpcwebsocket.go @@ -84,6 +84,8 @@ func (r *wsContext) AddBlockUpdateRequest(n ntfnChan) { rc.blockUpdates = true } +// AddAllNewTxRequest adds the request context to mark a wallet as +// having requested updates for all new transactions. func (r *wsContext) AddAllNewTxRequest(n ntfnChan, verbose bool) { r.Lock() defer r.Unlock()