-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
It looks like @esaulpaugh hasn'signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.ethcore.io Once you've signed, plesae reply to this thread with Many thanks, Ethcore CLA Bot |
Changes Unknown when pulling cf03a28 on esaulpaugh:master into ** on ethcore:master**. |
[clabot:check] |
It looks like @esaulpaugh signed our Contributor License Agreement. 👍 Many thanks, Ethcore CLA Bot |
Changes Unknown when pulling 69f83fc on esaulpaugh:master into ** on ethcore:master**. |
|
||
for (let n = 0; n < 40; n++) { | ||
const char = address[n]; | ||
const isLower = char != char.toUpperCase(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use !==
(here and line below)
Thanks for the contribution. As a rule, both |
No description provided.