logos-co / staking

SNT Staking contracts
Creative Commons Zero v1.0 Universal
0 stars 4 forks source link

fix(StakeManager): use mul by PRECISION and div back later to avoid precision loss in int divisions #67

Closed 3esmit closed 6 months ago

3esmit commented 6 months ago

Description

Alternative to #66; This PR fixes #64 and fixes #24, uses a more simple solution than #66.

Checklist

Ensure you completed all of the steps below before submitting your pull request: