commit 1704b41a10ba6123b099fde9871c016b7b13bca0 parent 9f0348d373a04fe7f96db2a19d8b2c74c2da8ec8 Author: ms <ms@taler.net> Date: Sat, 23 Oct 2021 10:46:04 +0200 comment Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/Helpers.kt | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Helpers.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Helpers.kt @@ -151,6 +151,11 @@ fun wireTransfer( Triple(debitAccount, creditAccount, demoBank) } + + /** + * Only validating the amount. Actual check on the + * currency will be done by the callee below. + */ val amountObj = parseAmount(amount) return wireTransfer( debitAccount = args.first,