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 55344d7 commit 386dfe8Copy full SHA for 386dfe8
chains/evm/message/unlock.go
@@ -131,7 +131,7 @@ func (h *LifiUnlockHandler) notify(data *LifiUnlockData) error {
131
return h.comm.Broadcast(
132
h.host.Peerstore().Peers(),
133
msgBytes, comm.LifiUnlockMsg,
134
- fmt.Sprintf("%d-%s", h.chainID, comm.LifiUnlockMsg))
+ fmt.Sprintf("%d-%s", h.chainID, comm.LifiUnlockSessionID))
135
}
136
137
func (h *LifiUnlockHandler) lifiUnlockHash(data *LifiUnlockData) ([]byte, error) {
0 commit comments