Ran into this recently and the error msg is confusing and unhelpful
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- cc-txs-error
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Event Timeline
Comment Actions
Probably needs similar helpful error handling in broadcastTxs if a non-array is supplied there
| modules/chronik-client/README.md | ||
|---|---|---|
| 131 | updated readme since you added the error handling for broadcastTxs in this same diff | |
Comment Actions
actually I do not think this kind of validation check is worthwhile
JS use of this TS library should be rare. If it isn't rare .... well I don't think it's worth the performance impact of this validation check every single time we broadcast a tx.