mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
pay: Change online help of 'listinvoices' to use 'msatoshi' as per actual response returned.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user