Skip to content

Commit bc6e3ed

Browse files
MarcoFalkeknst
authored andcommitted
Merge bitcoin#21606: fuzz: Extend psbt fuzz target a bit
faaf395 fuzz: Extend psbt fuzz target a bit (MarcoFalke) Pull request description: Previously it only merged the psbt with itself, now it tries to merge another. ACKs for top commit: practicalswift: Tested ACK faaf395 Tree-SHA512: e1b1d31a47d35e1767285bc2fda176c79cb0550d6d383fe467104272e61e1c83f6cbc0c7d6bbc0c3027729eec13ae1f289f8950117ee91e0fb3703e66d5e6918
1 parent 233fb24 commit bc6e3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/fuzz/psbt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ FUZZ_TARGET(psbt)
4646
(void)PSBTInputSigned(input);
4747
(void)input.IsNull();
4848
}
49+
(void)CountPSBTUnsignedInputs(psbt);
4950

5051
for (const PSBTOutput& output : psbt.outputs) {
5152
(void)output.IsNull();

0 commit comments

Comments
 (0)