Closed dvinubius closed 3 months ago
Fixes https://github.com/permaweb/aos/issues/288
The current implementation errors on bint inputs. Should be using bint.tonumber(a) instead of the native tonumber(a)
bint
bint.tonumber(a)
tonumber(a)
Fixes https://github.com/permaweb/aos/issues/288
The current implementation errors on
bint
inputs. Should be usingbint.tonumber(a)
instead of the nativetonumber(a)