BIP2912
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Type mismatch on RETURNExplanation
A RETURN expression is of an unexpected type. This can occur when a statement is implicitly parsed as a RETURN statement, such as when a function is used without assigning the return value.Response
Correct the syntax of the expression and redeploy the message flow.