Related to task T2372. In Airdrop.js, etokenHolders initial state has been changed from useState(new BigNumber(0)) to useState(0).
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project
cd web/cashtab && npm start
in IDE navigate to web/cashtab/components/Airdrop/Airdrop.js
at line 112, observe that the initial state has been changed to 0
in browser: calculate an airdrop, observe that there are no errors
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- airdrop-state-var-patch
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 18704 Build 37199: Build Diff cashtab-tests Build 37198: arc lint + arc unit
Event Timeline
Comment Actions
This looks good, but I found more to this problem than orginally suspected and created and assigned a new task to Ethan to resolve. So -- please abandon this one and mark the task as complete. Thanks.