Skip to content

Commit

Permalink
feat: e2e privacy integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Apr 15, 2024
1 parent a7bc23e commit 0ddd527
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ func NewNode(opts *Options) (*Node, error) {
contracts,
)

evtMgrDone := evtMgr.Start(ctx)

var listenerL1Client l1Listener.EthClient

listenerL1Client = l1Client
Expand Down Expand Up @@ -251,6 +253,7 @@ func NewNode(opts *Options) (*Node, error) {
<-updtrClosed
<-settlrClosed
<-srvClosed
<-evtMgrDone
}()

<-closeChan
Expand Down

0 comments on commit 0ddd527

Please sign in to comment.