Skip to content

Commit 386dfe8

Browse files
committed
fix: invalid unlock notify
1 parent 55344d7 commit 386dfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chains/evm/message/unlock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func (h *LifiUnlockHandler) notify(data *LifiUnlockData) error {
131131
return h.comm.Broadcast(
132132
h.host.Peerstore().Peers(),
133133
msgBytes, comm.LifiUnlockMsg,
134-
fmt.Sprintf("%d-%s", h.chainID, comm.LifiUnlockMsg))
134+
fmt.Sprintf("%d-%s", h.chainID, comm.LifiUnlockSessionID))
135135
}
136136

137137
func (h *LifiUnlockHandler) lifiUnlockHash(data *LifiUnlockData) ([]byte, error) {

0 commit comments

Comments
 (0)