docs icon indicating copy to clipboard operation
docs copied to clipboard

Incorrect usage of Address type replaced with string type

Open bobanm opened this issue 3 years ago • 1 comments

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.

bobanm avatar Jul 09 '22 18:07 bobanm

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)

vercel[bot] avatar Jul 09 '22 18:07 vercel[bot]

This was incorporated in #511 - thank you for your contribution!

adjkant avatar Nov 30 '22 19:11 adjkant