From 70cebf2fdeebf45e056341ea5a5f69010aed3535 Mon Sep 17 00:00:00 2001 From: bitromortac Date: Mon, 10 Jun 2019 07:03:52 +0200 Subject: [PATCH] update proto to 0.6.1 --- README.md | 5 ++++- grpc_compiled/rpc_pb2_grpc.py | 10 +++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 725f262..bcceb88 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,10 @@ xxxxxxxxxxxxxxxxxx 4 32 216 25.461 0.38 0.42 0.17 X 6000000 993591 Setup ----- -Requirements: python3.6, lnd 0.6 +Lndmanage will be developed in lockstep with lnd and tagged accordingly. If you are running an older version of lnd +checkout the according tag. + +Requirements: python3.6, lnd v0.6.1 ``` $ virtualenv -p python3 ~/.venvs/lndmanage $ source ~/.venvs/lndmanage/bin/activate diff --git a/grpc_compiled/rpc_pb2_grpc.py b/grpc_compiled/rpc_pb2_grpc.py index 59a1e2e..7f8ae64 100644 --- a/grpc_compiled/rpc_pb2_grpc.py +++ b/grpc_compiled/rpc_pb2_grpc.py @@ -9,7 +9,7 @@ class WalletUnlockerStub(object): Comments in this file will be directly parsed into the API Documentation as descriptions of the associated method, message, or field. These descriptions should go right above the definition of the object, and - can be in either block or /// comment format. + can be in either block or /// comment format. One edge case exists where a // comment followed by a /// comment in the next line will cause the description not to show up in the documentation. In @@ -63,7 +63,7 @@ class WalletUnlockerServicer(object): Comments in this file will be directly parsed into the API Documentation as descriptions of the associated method, message, or field. These descriptions should go right above the definition of the object, and - can be in either block or /// comment format. + can be in either block or /// comment format. One edge case exists where a // comment followed by a /// comment in the next line will cause the description not to show up in the documentation. In @@ -100,7 +100,7 @@ class WalletUnlockerServicer(object): raise NotImplementedError('Method not implemented!') def InitWallet(self, request, context): - """* + """* InitWallet is used when lnd is starting up for the first time to fully initialize the daemon and its internal wallet. At the very least a wallet password must be provided. This will be used to encrypt sensitive material @@ -435,7 +435,7 @@ class LightningServicer(object): """* lncli: `walletbalance` WalletBalance returns total unspent outputs(confirmed and unconfirmed), all confirmed unspent outputs and all unconfirmed unspent outputs under control - of the wallet. + of the wallet. """ context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_details('Method not implemented!') @@ -612,7 +612,7 @@ class LightningServicer(object): def ClosedChannels(self, request, context): """* lncli: `closedchannels` - ClosedChannels returns a description of all the closed channels that + ClosedChannels returns a description of all the closed channels that this node was a participant in. """ context.set_code(grpc.StatusCode.UNIMPLEMENTED)