adrienemery / lnd-grpc-client

A python grpc client/async client for LND ⚡⚡⚡
MIT License
35 stars 21 forks source link

Update channel max message length #9

Closed adrienemery closed 5 years ago

adrienemery commented 5 years ago

Need to update max size based on https://github.com/lightningnetwork/lnd/pull/2374

Update the channel creation to include the following options

channel = self.grpc_module.secure_channel(self.ip_address, self._credentials, options=[('grpc.max_receive_message_length',1024*1024*50)])
takinbo commented 5 years ago

@adrienemery you may want to close this issue as it has been resolved.

adrienemery commented 5 years ago

@takinbo 👍cut a new release thanks for the PR