From e40a0700148e4866a72081c4111d4ab1094f505e Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 19 Aug 2016 10:34:12 +0930 Subject: [PATCH] json_commit: document usage correctly. It's pretty horrible to hand the entire tx, but at least document it. Signed-off-by: Rusty Russell --- daemon/peer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/peer.c b/daemon/peer.c index 305affe2c..0def764ac 100644 --- a/daemon/peer.c +++ b/daemon/peer.c @@ -2679,7 +2679,7 @@ static void json_connect(struct command *cmd, const struct json_command connect_command = { "connect", json_connect, - "Connect to a {host} at {port} offering anchor of {satoshis}", + "Connect to a {host} at {port} using hex-encoded {tx} to fund", "Returns an empty result on success" };