mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
rpc: Integrate the status flow in the listsendpays command
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
eaec226f99
commit
fd33aed4b5
@@ -282,7 +282,7 @@ static struct command_result *prev_payment(struct command *cmd,
|
||||
bool prev_paid = false;
|
||||
|
||||
assert(!invreq->payer_info);
|
||||
payments = wallet_payment_list(cmd, cmd->ld->wallet, NULL);
|
||||
payments = wallet_payment_list(cmd, cmd->ld->wallet, NULL, NULL);
|
||||
|
||||
for (size_t i = 0; i < tal_count(payments); i++) {
|
||||
const struct tlv_invoice *inv;
|
||||
|
||||
Reference in New Issue
Block a user