From 734345fe5aa4d315407cf10ec1d609bd52503106 Mon Sep 17 00:00:00 2001 From: Simon Roberts Date: Fri, 19 Nov 2021 11:31:17 +1100 Subject: [PATCH] Fix comment --- cointop/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cointop/config.go b/cointop/config.go index a156eb8..b63a4b5 100644 --- a/cointop/config.go +++ b/cointop/config.go @@ -525,7 +525,7 @@ func (ct *Cointop) loadEnableMouseFromConfig() error { return nil } -// loadCompactNotationFromConfig loads compact-notation setting from config file to struct +// loadAltCoinLinkCodeFromConfig loads AltCoinLinkCode setting from config file to struct func (ct *Cointop) loadAltCoinLinkCodeFromConfig() error { log.Debug("loadAltCoinLinkCodeFromConfig()") if altCoinLinkCode, ok := ct.config.AltCoinLinkCode.(string); ok {