We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c59618 commit d967317Copy full SHA for d967317
1 file changed
src/boost/boost.go
@@ -1760,7 +1760,7 @@ func reorderBoosters(contract *Contract) {
1760
for _, el := range contract.Order {
1761
elrPairs = append(elrPairs, ELRPair{
1762
Name: el,
1763
- ELR: min(contract.Boosters[el].ArtifactSet.LayRate, contract.Boosters[el].ArtifactSet.ShipRate),
+ ELR: max(contract.Boosters[el].ArtifactSet.LayRate, contract.Boosters[el].ArtifactSet.ShipRate),
1764
})
1765
}
1766
0 commit comments