Skip to content

Change MaxUint64 to MaxInt64 in wallettransactionscmd

Eddie Wang requested to merge siac-overflow-fix into master

Changes math.MaxUint64 to math.MaxInt64 so that the handler does not overflow when running parseInt on the end height.

This bug showed up due to merging PR #3097 - which is a necessary modification to maintain -1 api compatibility with older versions of Sia-UI.

Merge request reports