mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
Added that peer id should be given to dev-sign-last-tx
This commit is contained in:
committed by
Christian Decker
parent
2b6356f87a
commit
041b641161
@@ -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!"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user