From 041b6411618a13ad0f67db307ea929e7b215bf72 Mon Sep 17 00:00:00 2001 From: Ephraim Raj Date: Sat, 20 Jan 2018 17:21:02 +0530 Subject: [PATCH] Added that peer id should be given to dev-sign-last-tx --- lightningd/peer_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/peer_control.c b/lightningd/peer_control.c index de5e4930b..7f9ff9040 100644 --- a/lightningd/peer_control.c +++ b/lightningd/peer_control.c @@ -2813,7 +2813,7 @@ static void json_sign_last_tx(struct command *cmd, static const struct json_command dev_sign_last_tx = { "dev-sign-last-tx", json_sign_last_tx, - "Sign and return the last commitment transaction", + "Sign and return the last commitment transaction with peer {id}", "Sign last transaction with peer @id, return as @tx." " This should never be called outside testing!" };