aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-12 04:59:28 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-12 04:59:28 +0100
commitf8edc4f430fbc5c92d63f8d01655183e84d67d99 (patch)
tree53e555fbe46d761dfe688ea27a589a0234ba41ec
parent04aad590fb9e6141982a3d0a5aec7c29356e9c76 (diff)
downloadwallet-core-f8edc4f430fbc5c92d63f8d01655183e84d67d99.tar.xz
fix superfluous field
-rw-r--r--src/wxBackend.ts1
1 files changed, 0 insertions, 1 deletions
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);