Delete old peer rpc proto (#986)

This commit is contained in:
Jonathan Zernik 2021-08-20 00:30:50 -07:00 committed by GitHub
parent 1d4ec43a10
commit d9150be433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 130 deletions

View file

@ -12,7 +12,6 @@ COPY itests/tests ./tests
RUN python3 -m grpc_tools.protoc --proto_path=. --python_out=. --grpc_python_out=. \
proto/lnd.proto \
proto/squeak_server.proto \
proto/squeak_admin.proto
RUN chmod +x test.sh