docs
docs copied to clipboard
Incorrect usage of Address type replaced with string type
Node.js cluster library, from which Address is imported, is used to run multiple instances of Node.js that can distribute workloads among their application threads. It has nothing to do with Ethereum addresses. It was probably auto-imported by IDE, when someone by mistake used Address as a type.
The very same code snippet was used in the next guide Creating a Pool Instance, and there the address values are correctly typed as string.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| docs | ✅ Ready (Inspect) | Visit Preview | Jul 9, 2022 at 6:55PM (UTC) |
This was incorporated in #511 - thank you for your contribution!