gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: fix superfluous


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: fix superfluous field
Date: Sun, 12 Feb 2017 18:45:00 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new f8edc4f  fix superfluous field
f8edc4f is described below

commit f8edc4f430fbc5c92d63f8d01655183e84d67d99
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 12 04:59:28 2017 +0100

    fix superfluous field
---
 src/wxBackend.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/wxBackend.ts b/src/wxBackend.ts
index 6bcedaf..637ab5d 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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]