Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem: versiondb multistore can't query mem store state (backport #1230) #1339

Merged

update go.mod

c8d1511
Select commit
Loading
Failed to load commit list.
Merged

Problem: versiondb multistore can't query mem store state (backport #1230) #1339

update go.mod
c8d1511
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / gosec failed Mar 11, 2024 in 4s

1 new alert including 1 error

New alerts in code changed by this pull request

  • 1 error

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 45 in versiondb/multistore.go

See this annotation in the file changed.

Code scanning / gosec

the value in the range statement should be _ unless copying a map: want: for key := range m Error

expected either an append, delete, or copy to another map in a range with a map