# MutantHub mutant #550: Constant replacement mutation at psbt.cpp:814
# Repository: bitcoin/bitcoin @ 2f72123f613f3aa1484ed06344039be78dedcb33
# File: src/psbt.cpp:814-814
# Review: APPROVED; outcome: KILLED
--- a/src/psbt.cpp
+++ b/src/psbt.cpp
@@ -814,1 +814,1 @@
-        complete &= (SignPSBTInput(DUMMY_SIGNING_PROVIDER, psbtx, i, &txdata, {.sighash_type = input.sighash_type, .finalize = true}, /*out_sigdata=*/nullptr) == PSBTError::OK);
+        complete &= (SignPSBTInput(DUMMY_SIGNING_PROVIDER, psbtx, i, &txdata, {.sighash_type = input.sighash_type, .finalize = false}, /*out_sigdata=*/nullptr) == PSBTError::OK);
