tokenList.js header comment says "511 tokens"; the array has 512 #242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The header comment at the top of
src/shared/tokenList.jsreads:TOKENSactually has 512 entries (512address:keys, 512 unique addresses).The list went from 511 to 512 in commit
aca8c4b("Add name and url fields toall 512 tokens in tokenList.js") without the header being updated.
Same class of defect as
#239, which fixed the five
documentation locations; that unit was scoped docs-only and could not touch a
.jsfile, so the in-code comment was left.Definition of done
TOKENS, or states no countat all.
make checkpasses.