Skip to content

Commit

Permalink
Update lfm_discounts.go
Browse files Browse the repository at this point in the history
Small update
  • Loading branch information
ggcore0 committed Feb 14, 2025
1 parent 0508fe6 commit 90d11f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions consensus/satoshi/lfm_discounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ func (p *LFMDiscountConfigProvider) loadDiscountConfigs(blockNumber uint64) erro
p.configsBlockNumber = blockNumber
p.lock.Unlock()

// TODO: remove this
/*for addr, config := range p.discountConfigs {
log.Info("LFM discount config", "address", addr, "config", config)
}*/

Check failure on line 180 in consensus/satoshi/lfm_discounts.go

View workflow job for this annotation

GitHub Actions / golang-lint (1.21.x, ubuntu-latest)

File is not `goimports`-ed (goimports)
return nil
}
Expand Down

0 comments on commit 90d11f6

Please sign in to comment.