gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: manual reserve creation for A


From: gnunet
Subject: [taler-wallet-core] branch master updated: manual reserve creation for Android
Date: Sun, 21 Jun 2020 15:41:58 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 482a56a4 manual reserve creation for Android
482a56a4 is described below

commit 482a56a4e829db0f950180068b807977ea2fccf3
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Sun Jun 21 19:11:50 2020 +0530

    manual reserve creation for Android
---
 src/android/index.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/android/index.ts b/src/android/index.ts
index a10236ce..4a62a023 100644
--- a/src/android/index.ts
+++ b/src/android/index.ts
@@ -211,6 +211,12 @@ class AndroidWalletMessageHandler {
         const wallet = await this.wp.promise;
         return await wallet.confirmPay(args.proposalId, args.sessionId);
       }
+      case "createManualReserve": {
+        const wallet = await this.wp.promise;
+        const res = await wallet.createReserve(args);
+        await wallet.confirmReserve({ reservePub: res.reservePub });
+        return res;
+      }
       case "startTunnel": {
         // this.httpLib.useNfcTunnel = true;
         throw Error("not implemented");

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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