RadarTech / lnrpc

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

FIX: closeChannel argument passing #48

Closed cavanmflynn closed 5 years ago

cavanmflynn commented 5 years ago

defaultEmptyArg does not work correctly with closeChannel. It causes args to be passed in the wrong parameter. Further investigation is needed. This PR acts as a quick fix.