Update comment

pull/256/head
simon-anz 3 years ago committed by GitHub
parent 24a2d8f3a4
commit 2316a704a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ func (ct *Cointop) UpdateCoins() error {
return nil
}
// UpdateCoins updates all the coins in the current page
// UpdateCurrentPageCoins updates all the coins in the current page
func (ct *Cointop) UpdateCurrentPageCoins() error {
log.Debugf("UpdateCurrentPageCoins(%d)", len(ct.State.coins))
currentPageCoins := make([]string, len(ct.State.coins))

Loading…
Cancel
Save