From 9e4cd9e499b3d8e375c769a0dbbb647ef36092a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Mon, 21 Oct 2024 13:12:44 +0100 Subject: [PATCH] Remove US from alphavantage --- libgnucash/engine/gnc-commodity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp index ca1a97725e..af85ced840 100644 --- a/libgnucash/engine/gnc-commodity.cpp +++ b/libgnucash/engine/gnc-commodity.cpp @@ -188,7 +188,7 @@ static QuoteSourceList currency_quote_sources = */ static QuoteSourceList single_quote_sources = { - { false, SOURCE_SINGLE, "Alphavantage, US", "alphavantage" }, + { false, SOURCE_SINGLE, "Alphavantage", "alphavantage" }, { false, SOURCE_SINGLE, "Amsterdam Euronext eXchange, NL", "aex" }, { false, SOURCE_SINGLE, "Association of Mutual Funds in India", "amfiindia" }, { false, SOURCE_SINGLE, "Athens Exchange Group, GR", "asegr" },