libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

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

comment

Diffstat:
Msandbox/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 @@ -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)