diff --git a/src/wxBackend.ts b/src/wxBackend.ts index 6bcedafcd..637ab5d0e 100644 --- a/src/wxBackend.ts +++ b/src/wxBackend.ts @@ -90,7 +90,6 @@ function makeHandlers(db: IDBDatabase, const d = { exchange: detail.exchange, amount: detail.amount, - suggested_exchange_url: detail.suggested_exchange_url }; const req = CreateReserveRequest.checked(d); return wallet.createReserve(req);