gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: comment


From: gnunet
Subject: [libeufin] branch master updated: comment
Date: Mon, 16 Jan 2023 19:22:10 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 8c0f2d64 comment
8c0f2d64 is described below

commit 8c0f2d64119a232d8028683df14ccbf6208d0cac
Author: MS <ms@taler.net>
AuthorDate: Mon Jan 16 19:22:04 2023 +0100

    comment
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
index 15cdd8db..bfee1ffc 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
@@ -144,7 +144,7 @@ fun isTanChannelSupported(tanChannel: String): Boolean {
  * along a "/confirm" call.  'address' is a phone number or a e-mail address,
  * according to which TAN channel is used.  'message' carries the TAN.
  *
- * The caller should try and catch this function.
+ * The caller is expected to manage the exceptions thrown by this function.
  */
 fun runTanCommand(command: String, address: String, message: String): Boolean {
     val prep = ProcessBuilder(command, address)

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