Skip to content

Commit a904117

Browse files
authored
fix: initialize lifi escrow mh (#82)
1 parent 4442996 commit a904117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/app.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ func Run() error {
308308
lifiValidator,
309309
sigChn,
310310
)
311+
go lifiMh.Listen(ctx)
311312
mh.RegisterMessageHandler(evmMessage.LifiEscrowMessage, lifiMh)
312313
supportedChains[*c.GeneralChainConfig.Id] = struct{}{}
313314
confirmationsPerChain[*c.GeneralChainConfig.Id] = c.ConfirmationsByValue

0 commit comments

Comments
 (0)