fix documentation for peer_ping command

This commit is contained in:
Niko 2018-04-12 13:08:58 -04:00 committed by GitHub
parent bb7e17e54a
commit 0a14d51b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3067,6 +3067,9 @@ class Daemon(AuthJSONRPCServer):
Usage:
peer_ping (<node_id> | --node_id=<node_id>)
Options:
None
Returns:
(str) pong, or {'error': <error message>} if an error is encountered
"""