These txs are currently listed like any other XEC tx. Pull them out of that list, where the info is not newsworthy, and instead include interesting info about these txs.
Details
Details
- Reviewers
emack Fabien - Group Reviewers
Restricted Project - Commits
- rABCbe3341096d86: [ecash-herald] Give Cashtab XEC rewards their own line
npm test
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
apps/ecash-herald/src/parse.js | ||
---|---|---|
1412 ↗ | (On Diff #49916) | aren't we to use BigInt for utxo value calculations going forward? |
apps/ecash-herald/src/parse.js | ||
---|---|---|
1412 ↗ | (On Diff #49916) | in this case -- we are only dealing with satoshis (i.e. integers that are never to exceed Number.MAX_SAFE_INTEGER) and addition. so there's no need for BigInt. |