BIP2561
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : An attempt was made to call the function '<insert_2>()' with '<insert_3>' parameters but this function requires '<insert_4>' parameters.Explanation
Most functions must be called with the correct number of arguments. Others will accept any number of arguments above a given minimum.Response
Correct the syntax of the expression and redeploy the message flow.