gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix 'taler+http://' interpret


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix 'taler+http://' interpretation
Date: Fri, 02 Oct 2020 17:16:25 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 7008de59 fix 'taler+http://' interpretation
7008de59 is described below

commit 7008de598db1088f5f6b23b9aafb1e406b66ada2
Author: MS <ms@taler.net>
AuthorDate: Fri Oct 2 17:16:19 2020 +0200

    fix 'taler+http://' interpretation
---
 packages/taler-wallet-core/src/util/taleruri.ts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packages/taler-wallet-core/src/util/taleruri.ts 
b/packages/taler-wallet-core/src/util/taleruri.ts
index 5b2c5aba..839d0b29 100644
--- a/packages/taler-wallet-core/src/util/taleruri.ts
+++ b/packages/taler-wallet-core/src/util/taleruri.ts
@@ -99,6 +99,9 @@ export function classifyTalerUri(s: string): TalerUriType {
   if (sl.startsWith("taler://withdraw/")) {
     return TalerUriType.TalerWithdraw;
   }
+  if (sl.startsWith("taler+http://withdraw/";)) {
+    return TalerUriType.TalerWithdraw;
+  }
   if (sl.startsWith("taler://notify-reserve/")) {
     return TalerUriType.TalerNotifyReserve;
   }

-- 
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]