Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generateAddressFile() breaks on 10s #135

Open
siros-ena opened this issue Nov 20, 2021 · 0 comments
Open

generateAddressFile() breaks on 10s #135

siros-ena opened this issue Nov 20, 2021 · 0 comments

Comments

@siros-ena
Copy link

const signaturePackageSize = 10; for (let i = 0; i <= addresses.length / signaturePackageSize; i++) {

The for loop that creates packages for the API tests if length <= signaturePackSize where it should only test less than <, otherwise it will have an exception on any multiple of 10 and create an extra empty package and try and push that to the API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant