T2972
Depends on D13281
When it comes to camel case variable naming, ambiguity sometimes can arise between the use of 'etoken' and 'eToken'. To remove this problem, just use 'token' in variable names. Use 'eToken' in user-facing strings.
Differential D13282
[tg bot] use token instead of etoken in variables bytesofman on Mar 11 2023, 00:35. Authored by
Details
T2972 Depends on D13281 When it comes to camel case variable naming, ambiguity sometimes can arise between the use of 'etoken' and 'eToken'. To remove this problem, just use 'token' in variable names. Use 'eToken' in user-facing strings. In parse.js, ctrl+f 'etoken', only results are strings and not variable names
Diff Detail
Event TimelineComment Actions The data structure inside parse.js is using isTokenTx as a param whereas your unit tests are expecting isEtokenTx. |