interledgerjs / btp-packet

Packet parser for Bilateral Transfer Protocol
1 stars 3 forks source link

fix: add missing dependency ilp-packet #15

Closed michielbdejong closed 7 years ago

michielbdejong commented 7 years ago

Used in https://github.com/interledgerjs/btp-packet/blob/master/index.js#L8

sharafian commented 7 years ago

Now that the ILP Error format is no longer used in the Error nor Reject types, ILP Packet should actually be removed from the code

michielbdejong commented 7 years ago

Right, it's only used in the maybeSerializeIlpError, which itself is not used anywhere. Hm, I wonder why eslint didn't pick that up.

michielbdejong commented 7 years ago

Ah, answer, eslint did pick it up, see #17. :)