raydium-io / raydium-sdk-V2

Open-source Typescript SDK for Raydium
GNU General Public License v3.0
87 stars 49 forks source link

fix: wrong scope of rhs in checkedCeilDiv #7

Closed Preellis closed 5 months ago

Preellis commented 5 months ago

rhs value is not properly returned as the let moves the rhs changes into a new scope.

cruzshia commented 5 months ago

good catch!