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
Closes#251. The flunky is caused due to the fact that the test uses
`uint16` type for the `stakingTimeBlocks` which is generated in a range
of min and max staking time (0, 100000). However, the max value of
`uint16` is 65535. This PR changes the value of max staking time to
10000 to avoid overflow.
ref https://github.com/babylonlabs-io/babylon/actions/runs/11685988374/job/32540724840
The text was updated successfully, but these errors were encountered: