Skip to content

fixup! CurrencyManager: Set AssetEnabled when StorePairs(enabled) #2554

fixup! CurrencyManager: Set AssetEnabled when StorePairs(enabled)

fixup! CurrencyManager: Set AssetEnabled when StorePairs(enabled) #2554

Triggered via push December 13, 2024 03:28
Status Failure
Total duration 3m 19s
Artifacts

linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint: exchanges/exchange.go#L326
sloppyReassign: re-assignment to `err` can be replaced with `err := b.CurrencyPairs.StorePairs(a, cfgPS.Available, false)` (gocritic)
lint: exchanges/exchange.go#L329
sloppyReassign: re-assignment to `err` can be replaced with `err := b.CurrencyPairs.StorePairs(a, cfgPS.Enabled, true)` (gocritic)
lint
issues found
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636