We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4442996 commit a904117Copy full SHA for a904117
app/app.go
@@ -308,6 +308,7 @@ func Run() error {
308
lifiValidator,
309
sigChn,
310
)
311
+ go lifiMh.Listen(ctx)
312
mh.RegisterMessageHandler(evmMessage.LifiEscrowMessage, lifiMh)
313
supportedChains[*c.GeneralChainConfig.Id] = struct{}{}
314
confirmationsPerChain[*c.GeneralChainConfig.Id] = c.ConfirmationsByValue
0 commit comments