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
The function gives a `TooPreciceError` if 1e-5 is passed to it, i.e. 1
Sat / vb, due to the imprecise calculation in base2 f64.
Move the division to after the conversion to Sats to remove the rounding
error.
0 commit comments