diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-04-02 14:29:16 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-04-02 14:30:43 +0530 |
commit | 62de27d2acc2a59e8125d2b7d2cbcf6a41bdc62d (patch) | |
tree | 61baef443b531882ef19f82fabdf64fe091ff1a5 /src/operations | |
parent | 63cf437633d7f9d91226fcefad3744332680122e (diff) |
helpers and tests for reserve reconciliation
Diffstat (limited to 'src/operations')
-rw-r--r-- | src/operations/reserves.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |