commit 06a854f9de2cee723a3d29baec667929a99f7a45 parent 8c0f2d64119a232d8028683df14ccbf6208d0cac Author: MS <ms@taler.net> Date: Mon, 16 Jan 2023 19:24:41 +0100 comment Diffstat:
| M | 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 @@ -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.