We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b52746 commit 8a3fe99Copy full SHA for 8a3fe99
pkg/chains/solana/proto_helpers.go
@@ -1419,7 +1419,7 @@ func ConvertValueComparatorsToProto(comparators []solprimitives.IndexedValueComp
1419
return nil
1420
}
1421
1422
- out := make([]*IndexedValueComparator, 0)
+ out := make([]*IndexedValueComparator, 0, len(comparators))
1423
for _, c := range comparators {
1424
out = append(out, &IndexedValueComparator{
1425
Value: c.Value,
0 commit comments