Browse Source

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

ppa-0.6.1
ZmnSCPxj 7 years ago
committed by Rusty Russell
parent
commit
2d8304f176
  1. 2
      lightningd/pay.c

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

Loading…
Cancel
Save