From 2c52046f0bf358a5e07c53394b3b72d091356cce Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Mar 2020 00:44:28 +0530 Subject: full recoup, untested/unfinished first attempt --- 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 1f9cc3053..c909555fe 100644 --- a/src/operations/reserves.ts +++ b/src/operations/reserves.ts @@ -103,7 +103,6 @@ export async function createReserve( amountWithdrawCompleted: Amounts.getZero(currency), amountWithdrawRemaining: Amounts.getZero(currency), exchangeBaseUrl: canonExchange, - hasPayback: false, amountInitiallyRequested: req.amount, reservePriv: keypair.priv, reservePub: keypair.pub, -- cgit v1.2.3