BIP2483
Severity
20 : ErrorMessage
(<insert_0>, <insert_1>) : Illegal arguments (values '<insert_2>' and '<insert_3>') to MOD function; integers required.Explanation
Both arguments to the MOD function must be integral values. The function was called with the arguments '<insert_2>' and '<insert_3>'.Response
Ensure that only integral values are passed to the MOD function.