Skip to content

Commit

Permalink
Added HONG KONG and SPAIN support
Browse files Browse the repository at this point in the history
  • Loading branch information
ubicorn authored Dec 7, 2019
1 parent 705128f commit 3f03fea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UAmount.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3f03fea

Please sign in to comment.