diff --git a/rpcclient/infrastructure.go b/rpcclient/infrastructure.go index 0e5e616d..b8bd9cfd 100644 --- a/rpcclient/infrastructure.go +++ b/rpcclient/infrastructure.go @@ -298,6 +298,9 @@ func (c *Client) trackRegisteredNtfns(cmd interface{}) { } else { c.ntfnState.notifyNewTx = true } + + case *chainjson.NotifyWorkCmd: + c.ntfnState.notifyWork = true } }