[#RemoveUnnecessaryTransactions] = RemoveUnnecessaryTransactions :mrdocs: Reduces the size of the PSBT by dropping unnecessary `non_witness_utxos` (i.e. complete previous transactions) from a psbt when all inputs are segwit v1. == Synopsis Declared in `<psbt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void RemoveUnnecessaryTransactions(xref:PartiallySignedTransaction.adoc[PartiallySignedTransaction]& psbtx); ---- == Parameters [cols="1,4"] |=== | Name| Description | *psbtx* | The PSBT to shrink. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#