BIP2453

Severity

10 : Warning

Message

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

Explanation

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

Response

Ensure that the double value does not exceed the maximum.