From 62de27d2acc2a59e8125d2b7d2cbcf6a41bdc62d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 2 Apr 2020 14:29:16 +0530 Subject: helpers and tests for reserve reconciliation --- src/operations/reserves.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operations') diff --git a/src/operations/reserves.ts b/src/operations/reserves.ts index 5cf189d3b..2e1b487b9 100644 --- a/src/operations/reserves.ts +++ b/src/operations/reserves.ts @@ -115,6 +115,7 @@ export async function createReserve( retryInfo: initRetryInfo(), lastError: undefined, reserveTransactions: [], + history: [], }; const senderWire = req.senderWire; -- cgit v1.2.3