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