Fix comment

pull/284/head
Simon Roberts 2 years ago
parent e05acbf95c
commit 734345fe5a
No known key found for this signature in database
GPG Key ID: 0F30F99E6B771FD4

@ -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 {

Loading…
Cancel
Save