diff --git a/lightningd/pay.c b/lightningd/pay.c index 4867a96fb..ebcef51cb 100644 --- a/lightningd/pay.c +++ b/lightningd/pay.c @@ -530,6 +530,6 @@ static const struct json_command listpayments_command = { "listpayments", json_listpayments, "Get a list of incoming and outgoing payments", - "Returns a list of payments with {direction}, {payment_hash}, {destination} if outgoing and {amount}" + "Returns a list of payments with {direction}, {payment_hash}, {destination} if outgoing and {msatoshi}" }; AUTODATA(json_command, &listpayments_command);