mirror of
https://github.com/bitromortac/lndmanage.git
synced 2026-08-13 12:33:37 +02:00
update proto to 0.6.1
This commit is contained in:
parent
a052a0ebb8
commit
70cebf2fde
2 changed files with 9 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue