Upgrade chronik-client so we get timeFirstSeen as a number and not a string
Details
Details
- Reviewers
emack - Group Reviewers
Restricted Project - Commits
- rABC91020cd9d366: [Cashtab] Use latest chronik-client
npm test
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Upgrade chronik-client so we get timeFirstSeen as a number and not a string
Right now references to timeFirstSeen seems to already assume it's a number rather than a string. Is it currently being converted to number somewhere?
Comment Actions
it just happens to be working now due to javascript accidents, i.e.
but cashtab is right to assume it is a number. older version chronik-client is wrong in not deliving the number.