pay: Change online help of 'listinvoices' to use 'msatoshi' as per actual response returned.

This commit is contained in:
ZmnSCPxj
2018-01-12 14:43:25 +00:00
committed by Rusty Russell
parent c402d834e7
commit 2d8304f176

View File

@@ -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);