Maxim Tiron
Maxim Tiron
Fixes #5253 Used less-than operator instead of not-equal: `currentAllowance < type(uint256).max` instead of `currentAllowance != type(uint256).max` #### PR Checklist - [ ] Tests - [ ] Documentation - [ ]...
**🧐 Motivation** With a maximum value of type uint256, a non-optimal comparison operator is used. **📝 Details** No number can be greater than the maximum value of type uint256 so...
- JSDoc returns Promises in async functions - Deleted redundant `totalSupply` param from `Initialize` JSDoc - Using DRY for `ClientAccountID`, `BalanceOf` etc - Added function `ClientAccountMSPID` - Added function `CheckAuthorization`...