taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 6faeced11b730f5ad3b618cffdc1e851accaecb8
parent f7e86aa15eff1f941b0350323da0c05b0b0bcd0e
Author: Marc Stibane <marc@taler.net>
Date:   Tue, 21 Nov 2023 21:18:43 +0100

code optional

Diffstat:
MTalerWallet1/Helper/CurrencySpecification.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Helper/CurrencySpecification.swift b/TalerWallet1/Helper/CurrencySpecification.swift @@ -164,7 +164,7 @@ public struct CurrencySpecification: Codable, Sendable { /// some name for this CurrencySpecification let name: String /// 3-char ISO 4217 code for global currency. Regional MUST be >= 4 letters - let code: String + let code: String? /// how much digits the user may enter after the decimal separator let fractionalInputDigits: Int /// €,$,£: 2; some arabic currencies: 3, ¥: 0