cdecker / lightning-integration

Lightning Integration Testing Framework
Other
74 stars 31 forks source link

Read bytes for passing to ssl_channel_arguments #42

Closed ysangkok closed 5 years ago

ysangkok commented 5 years ago

As documented on https://grpc.io/grpc/python/grpc.html#grpc.ssl_channel_credentials, this should be bytes. Tests fail on Python 3 if I don't do this.