BIP2486
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Illegal 2nd argument to function <insert_2>; values supplied were '<insert_3>' and '<insert_4>'.Explanation
Second argument to the function <insert_2> must be an integral value. The function was called with the values '<insert_3>', '<insert_4>'.Response
Ensure that the second argument to <insert_2> is an integral type.