mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
lightningd: fix wrong command in response message
listpayments was removed in 077ba88b
. Suggest listpays instead.
Changelog-None
This commit is contained in:
parent
9346043f94
commit
46f6c6b96e
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ json_sendpay_in_progress(struct command *cmd,
|
|||
{
|
||||
struct json_stream *response = json_stream_success(cmd);
|
||||
json_add_string(response, "message",
|
||||
"Monitor status with listpayments or waitsendpay");
|
||||
"Monitor status with listpays or waitsendpay");
|
||||
json_add_payment_fields(response, payment);
|
||||
return command_success(cmd, response);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue