Skip to content

Commit 076befb

Browse files
committed
fixup! descriptors: Change Parse to return vector of descriptors
1 parent 82bd289 commit 076befb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/descriptor_parse.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static void TestDescriptor(const Descriptor& desc, FlatSigningProvider& sig_prov
151151
const auto max_sat_nonmaxsig{desc.MaxSatisfactionWeight(true)};
152152
const auto max_elems{desc.MaxSatisfactionElems()};
153153
// We must be able to estimate the max satisfaction size for any solvable descriptor (but combo).
154-
const bool is_nontop_or_nonsolvable{!is_solvable || !desc.GetOutputType()};
154+
const bool is_nontop_or_nonsolvable{!*is_solvable || !desc.GetOutputType()};
155155
const bool is_input_size_info_set{max_sat_maxsig && max_sat_nonmaxsig && max_elems};
156156
assert(is_input_size_info_set || is_nontop_or_nonsolvable);
157157
}

0 commit comments

Comments
 (0)