summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-16 19:24:41 +0100
committerMS <ms@taler.net>2023-01-16 19:24:41 +0100
commit06a854f9de2cee723a3d29baec667929a99f7a45 (patch)
tree2a5df468ce4574e399bb0cdf7577a1c6bc30649d /sandbox
parent8c0f2d64119a232d8028683df14ccbf6208d0cac (diff)
downloadlibeufin-06a854f9de2cee723a3d29baec667929a99f7a45.tar.gz
libeufin-06a854f9de2cee723a3d29baec667929a99f7a45.tar.bz2
libeufin-06a854f9de2cee723a3d29baec667929a99f7a45.zip
comment
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
index bfee1ffc..bb39c954 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
@@ -141,7 +141,7 @@ fun isTanChannelSupported(tanChannel: String): Boolean {
/**
* Runs the command and returns True/False if that succeeded/failed.
* A failed command causes "500 Internal Server Error" to be responded
- * along a "/confirm" call. 'address' is a phone number or a e-mail address,
+ * along a cash-out creation. 'address' is a phone number or a e-mail address,
* according to which TAN channel is used. 'message' carries the TAN.
*
* The caller is expected to manage the exceptions thrown by this function.