mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
pylightning: fix incorrect description for disconnect() method
This commit is contained in:
committed by
Christian Decker
parent
f2ffb6d03e
commit
760b053d7b
@@ -451,7 +451,7 @@ class LightningRpc(UnixDomainSocketRpc):
|
||||
|
||||
def disconnect(self, peer_id):
|
||||
"""
|
||||
Show peer with {peer_id}, if {level} is set, include {log}s
|
||||
Disconnect from peer with {peer_id}
|
||||
"""
|
||||
payload = {
|
||||
"id": peer_id,
|
||||
|
||||
Reference in New Issue
Block a user