From 6fe4be5dd5ce36bc8a2137090d7a8317910f1203 Mon Sep 17 00:00:00 2001 From: Ruslan Efanov Date: Wed, 7 Dec 2022 13:06:42 +0300 Subject: [PATCH] remove clp currency --- core/util/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/util/utils.go b/core/util/utils.go index 59e29da..2ff8f5f 100644 --- a/core/util/utils.go +++ b/core/util/utils.go @@ -88,7 +88,6 @@ var defaultCurrencies = map[string]string{ "pen": "S/", "svc": "₡", "uyu": "$U", - "clp": "Ch$", "gel": "₾", "gbp": "£", }