From b5b8f96cc94e3a3c0ee7d989819197ab5df393cd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Mar 2020 19:25:38 +0530 Subject: improved error reporting / towards a working recoup --- src/operations/pending.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/operations/pending.ts') diff --git a/src/operations/pending.ts b/src/operations/pending.ts index 08ec3fc9e..a628d6130 100644 --- a/src/operations/pending.ts +++ b/src/operations/pending.ts @@ -427,6 +427,8 @@ async function gatherRecoupPending( type: PendingOperationType.Recoup, givesLifeness: true, recoupGroupId: rg.recoupGroupId, + retryInfo: rg.retryInfo, + lastError: rg.lastError, }); }); } -- cgit v1.2.3