RadarTech / lnrpc

A Typescript gRPC client for LND with support for all LND sub-servers
MIT License
43 stars 13 forks source link

Remove Runtime File Rewriting #57

Closed cavanmflynn closed 4 years ago

cavanmflynn commented 4 years ago

It's not possible to rewrite the proto file at runtime when using this library in a packaged electron app. Instead, we'll use protobuf.common() to provide an empty custom type to fix the issue without the need to rewrite or duplicate the proto file.

This PR resolves https://github.com/RadarTech/lnrpc/issues/56.