Browse Source

json_commit: document usage correctly.

It's pretty horrible to hand the entire tx, but at least document it.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 8 years ago
parent
commit
e40a070014
  1. 2
      daemon/peer.c

2
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"
};

Loading…
Cancel
Save