aboutsummaryrefslogtreecommitdiff
path: root/src/operations/reserves.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-02 14:46:53 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-02 14:46:53 +0530
commit1728e5011e16f226c6e3675aa196872af39f6c4e (patch)
tree4dff66f6ee14fe885d6e848eee3bda8307ffe3b3 /src/operations/reserves.ts
parent62de27d2acc2a59e8125d2b7d2cbcf6a41bdc62d (diff)
downloadwallet-core-1728e5011e16f226c6e3675aa196872af39f6c4e.tar.xz
split reconciliation and summary of reserve history
Diffstat (limited to 'src/operations/reserves.ts')
-rw-r--r--src/operations/reserves.ts1
1 files changed, 0 insertions, 1 deletions
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;