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 a904117 commit f078476Copy full SHA for f078476
chains/evm/message/lifiEscrow.go
@@ -147,7 +147,7 @@ func (h *LifiEscrowMessageHandler) HandleMessage(m *message.Message) (*proposal.
147
return nil, err
148
}
149
150
- sessionID := fmt.Sprintf("%d-%s", h.chainID, order.Order.Nonce)
+ sessionID := fmt.Sprintf("%d-%s", h.chainID, data.OrderID)
151
signing, err := signing.NewSigning(
152
new(big.Int).SetBytes(unlockHash),
153
sessionID,
0 commit comments