You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in the payout calculation, there are a lot of places where U256 is cast to u64 and/or f64. This can cause both panics (for the u64 casting) and inaccuracies in the payout calculation (for the f64 casting).