chore: bump golangci-lint and fix all linting issues (#21761)
This commit is contained in:
@@ -82,7 +82,6 @@ func queueOperations(queuedOps OperationQueue, queuedTimeOps *[]simulation.Futur
|
||||
}
|
||||
|
||||
for _, futureOp := range futureOps {
|
||||
futureOp := futureOp
|
||||
if futureOp.BlockHeight != 0 {
|
||||
if val, ok := queuedOps[futureOp.BlockHeight]; ok {
|
||||
queuedOps[futureOp.BlockHeight] = append(val, futureOp.Op)
|
||||
|
||||
Reference in New Issue
Block a user