Added comments for new AddAllNewTxRequest method

This commit is contained in:
Francis Lam 2014-02-08 18:01:27 -05:00
parent b89e93e52f
commit 354cc38d2d

View file

@ -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()