alexbosworth / ln-service

Node.js interface to LND
MIT License
318 stars 61 forks source link

fix broadcastResponse imports in push module #111

Closed dennisreimann closed 4 years ago

dennisreimann commented 4 years ago

Importing the module via the index file does not work, because the index file itself contains imports for the modules that import it. Hence we have a circular dependency and the broadcastResponse function is undefined in the graph, invoices and transaction modules.

dennisreimann commented 4 years ago

Wow, that was fast 🏎