elrond-sdk-erdjs icon indicating copy to clipboard operation
elrond-sdk-erdjs copied to clipboard

Don't allow undefined in Address constructor

Open lcswillems opened this issue 2 years ago • 2 comments

Currently this code is allowed:

new Address(undefined);

But this code doesn't make sense and is bug-prone. I discovered several bugs in my code because I passed undefined to Address constructor.

lcswillems avatar Sep 22 '21 08:09 lcswillems