From 534bdaa1ec8d16f0f94065bbbdc57191db3b8475 Mon Sep 17 00:00:00 2001 From: Philemon Ukane Date: Sun, 12 May 2024 05:10:10 +0100 Subject: [PATCH] upate comment Signed-off-by: Philemon Ukane --- dex/txfee/sources.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dex/txfee/sources.go b/dex/txfee/sources.go index d9b3e76dfc..24b6498dea 100644 --- a/dex/txfee/sources.go +++ b/dex/txfee/sources.go @@ -87,8 +87,7 @@ var ( } // blockchairChainsSupported is a map of bipIDs to string value used in - // identifying fee estimate data retrieved from the blockchair API. We - // removed support for ethereum. + // identifying fee estimate data retrieved from the blockchair API. blockchairChainsSupported = map[uint32]string{ btc.BipID: "bitcoin", zec.BipID: "zcash",