Direct gas fee distribution #117
Annotations
5 errors
golangci-lint:
consensus/satoshi/lfm_discounts.go#L33
File is not `goimports`-ed (goimports)
|
golangci-lint:
core/state_transition.go#L537
unnecessary trailing newline (whitespace)
|
golangci-lint:
consensus/satoshi/lfm_discounts.go#L79
unnecessary trailing newline (whitespace)
|
golangci-lint:
consensus/satoshi/lfm_discounts.go#L233
S1008: should use 'return discountPercentage.Cmp(config.DiscountRate) == 0' instead of 'if discountPercentage.Cmp(config.DiscountRate) != 0 { return false }; return true' (gosimple)
|
golangci-lint
issues found
|
Loading