From 5279d8bc07d601fe6a67ad665fbc7591fe73c7de Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Thu, 4 Jun 2020 23:43:39 -0400 Subject: psbt: Allow both non_witness_utxo and witness_utxo --- src/test/fuzz/psbt.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/fuzz/psbt.cpp') diff --git a/src/test/fuzz/psbt.cpp b/src/test/fuzz/psbt.cpp index 64328fb66..908e2b16f 100644 --- a/src/test/fuzz/psbt.cpp +++ b/src/test/fuzz/psbt.cpp @@ -39,7 +39,6 @@ void test_one_input(const std::vector& buffer) } (void)psbt.IsNull(); - (void)psbt.IsSane(); Optional tx = psbt.tx; if (tx) { @@ -50,7 +49,6 @@ void test_one_input(const std::vector& buffer) for (const PSBTInput& input : psbt.inputs) { (void)PSBTInputSigned(input); (void)input.IsNull(); - (void)input.IsSane(); } for (const PSBTOutput& output : psbt.outputs) { -- cgit v1.2.3