commit 70078e555dd4fa9b3517802f1edc9cf1e1bc6691 parent 9b4f4e15d585b0e46ffe6225204fecab56949463 Author: Marc Stibane <marc@taler.net> Date: Thu, 3 Apr 2025 11:15:19 +0200 111 Diffstat:
| M | TalerWallet1/Views/Settings/SettingsView.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/Settings/SettingsView.swift b/TalerWallet1/Views/Settings/SettingsView.swift @@ -189,7 +189,7 @@ struct SettingsView: View { withDrawDisabled = true // don't run twice Task { // runs on MainActor symLog.log("Withdraw DEMO KUDOS") - let amount = Amount(currency: DEMOCURRENCY, cent: 1100) + let amount = Amount(currency: DEMOCURRENCY, cent: 11100) try? await model.loadTestKudos(0, amount: amount) } }