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
// ISSUE #4243
// Calling this function does not work like this
// const numbers = [...Array(10).keys()];
// await Promise.all(numbers.map(number => contract.methods.insert_note(number).send().wait()));
// It causes a race condition and an error complaining about root mismatch
The text was updated successfully, but these errors were encountered:
Search this in codebase:
// ISSUE #4243
// Calling this function does not work like this
// const numbers = [...Array(10).keys()];
// await Promise.all(numbers.map(number => contract.methods.insert_note(number).send().wait()));
// It causes a race condition and an error complaining about root mismatch
The text was updated successfully, but these errors were encountered: