mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 08:04:26 +01:00
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>
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user