getumbrel / umbrel-middleware

RESTful Bitcoin and Lightning API for Umbrel
MIT License
21 stars 11 forks source link

fix(grpc msg max): removes grpc msg max size #102

Closed KayBeSee closed 2 years ago

KayBeSee commented 2 years ago

allows for larger messages to still be sent/received

fixes getumbrel/umbrel#1245

KayBeSee commented 2 years ago

Solution taken from bosworth's lightning library: https://github.com/alexbosworth/lightning/blob/master/lnd_grpc/authenticated_lnd_grpc.js#L57

lukechilds commented 2 years ago

Legend.