BIP2453

Severity

10 : Warning

Message

Overflow casting double to integer; value '<insert_0>' outside of range [<insert_1>, <insert_2>].

Explanation

The double had the value '<insert_0>', which was outside of the range [<insert_1>, <insert_2>].

Response

Ensure that the double value does not exceed the maximum.