commit 9207a48350d404537748a8f2b4c33619effc3b89
parent cb3be034e3b6bd7422be8961485a6085d16c7190
Author: Sebastian <sebasjm@gmail.com>
Date: Wed, 1 Oct 2025 18:05:14 -0300
added refrence to the issue
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/packages/taler-util/src/payto.ts b/packages/taler-util/src/payto.ts
@@ -234,7 +234,7 @@ export namespace Paytos {
* FIXME: new need a function that only takes una string: host+port+path and
* parse it without using URL to prevent parsing unnecesary components and
* better error reporting
- *
+ * https://bugs.gnunet.org/view.php?id=10467
*
* @param hostname
* @param path
@@ -269,7 +269,8 @@ export namespace Paytos {
/**
* Same as `parseHostPortPath2` but only takes one string.
* This should be the definitive signature.
- *
+ * https://bugs.gnunet.org/view.php?id=10467
+ *
* @param hostnameAndPath
* @returns
*/