Node/Gateway: Relayer not detecting error (#3312)
This commit is contained in:
parent
a1d5ac2b46
commit
910d20340e
|
@ -264,7 +264,7 @@ func SubmitVAAToContract(
|
|||
return txResp, fmt.Errorf("out of gas: %s", txResp.TxResponse.RawLog)
|
||||
}
|
||||
|
||||
if strings.Contains(txResp.TxResponse.RawLog, "failed to execute message") {
|
||||
if strings.Contains(txResp.TxResponse.RawLog, "failed") {
|
||||
return txResp, fmt.Errorf("submit failed: %s", txResp.TxResponse.RawLog)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue