diff --git a/app/app.go b/app/app.go index 06e0f5f5..681495c1 100644 --- a/app/app.go +++ b/app/app.go @@ -308,6 +308,7 @@ func Run() error { lifiValidator, sigChn, ) + go lifiMh.Listen(ctx) mh.RegisterMessageHandler(evmMessage.LifiEscrowMessage, lifiMh) supportedChains[*c.GeneralChainConfig.Id] = struct{}{} confirmationsPerChain[*c.GeneralChainConfig.Id] = c.ConfirmationsByValue