Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
109 stars 27 forks source link

py: Reorganize the protobuf files #386

Closed cdecker closed 5 months ago

cdecker commented 5 months ago

We had the proto files in the correct directory, but where then telling the protobuf to ignore the parent directory, causing it to misidentify the files as greenlight.proto and scheduler.proto rather than the glclient/greenlight.proto and glclient/scheduler.proto paths which the internal protobuf files use to reference them.

This should have no user-visible changes.