pylightning: fix incorrect description for disconnect() method

This commit is contained in:
Bertrand Marlier 2018-07-15 01:21:07 +02:00 committed by Christian Decker
parent f2ffb6d03e
commit 760b053d7b
1 changed files with 1 additions and 1 deletions

View File

@ -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,