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 7c0d84e commit a43bcc0Copy full SHA for a43bcc0
chains/evm/message/mayan.go
@@ -111,7 +111,7 @@ func (h *MayanMessageHandler) HandleMessage(m *message.Message) (*proposal.Propo
111
data.ErrChn <- err
112
return nil, err
113
}
114
- swap, err := h.swapFetcher.GetSwap(data.OrderHash)
+ swap, err := h.swapFetcher.GetSwap(data.DepositTxHash)
115
if err != nil {
116
117
0 commit comments