dashhive / DashTx.js

Create TX hex for payments and such
MIT License
3 stars 0 forks source link

fix: accept txid (canonical) or txId (deprecated, from insight) #52

Closed coolaj86 closed 6 months ago

coolaj86 commented 6 months ago

Standardizing on txId was a simple matter of confusion since the various APIs use different names and casings for the same values.

Specifically txId is from Insight, but all (I think) of Core uses txid.