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
Float fee rates are not something uncommon. Something like 0.1, 100.2, ...
On the other hand, If We check uintOrNaN, float fee rates are not handled by the library
As much as I could see, it can be easily fixed by removing that line on utils uintOrNaN, setting Math.round() on both accumulative and blackjack, and finalize
The text was updated successfully, but these errors were encountered:
Float fee rates are not something uncommon. Something like
0.1
,100.2
, ...On the other hand, If We check uintOrNaN, float fee rates are not handled by the library
As much as I could see, it can be easily fixed by removing that line on utils uintOrNaN, setting
Math.round()
on both accumulative and blackjack, and finalizeThe text was updated successfully, but these errors were encountered: