From 3f03fea20cf467e7fe6bfac5be56799e728597c7 Mon Sep 17 00:00:00 2001 From: ubicorn Date: Sat, 7 Dec 2019 15:10:44 +0000 Subject: [PATCH] Added HONG KONG and SPAIN support --- UAmount.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UAmount.h b/UAmount.h index 40e670e..9a9cc5c 100644 --- a/UAmount.h +++ b/UAmount.h @@ -379,7 +379,9 @@ class UAmountHelper { it->first == CURRENCY_ESTONIA || it->first == CURRENCY_MONACO || it->first == CURRENCY_LIECHTENSTEIN || - it->first == CURRENCY_ICELAND + it->first == CURRENCY_ICELAND || + it->first == CURRENCY_HONG_KONG || + it->first == CURRENCY_SPAIN )) { return false; }