The descriptor fuzz target is intended to exercise descriptor satisfaction-size estimation for solvable descriptors.
It currently calls MaxSatisfactionWeight(true) twice, so the false branch is never exercised.
This PR changes max_sat_nonmaxsig to call MaxSatisfactionWeight(false), so fuzzing covers both branches.