Skip to content

Commit 4442996

Browse files
authored
fix: add listen to lifi message handler (#81)
1 parent 628a044 commit 4442996

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
@@ -321,6 +321,7 @@ func Run() error {
321321
communication,
322322
keyshareStore,
323323
)
324+
go lifiUnlockMh.Listen(ctx)
324325
mh.RegisterMessageHandler(evmMessage.LifiUnlockMessage, lifiUnlockMh)
325326

326327
var startBlock *big.Int

0 commit comments

Comments
 (0)