BIP4003
Severity
20 : ErrorMessage
Incorrect return type '<insert_0>' in filter node '<insert_2>'. The value returned was '<insert_1>'.Explanation
Return statements in filter nodes (and filter expressions) must return a value of type 'bool'Response
Examine the logic of the given node's SQL statements, correct them and redeploy.