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.
Declared in <psbt.h>
void
RemoveUnnecessaryTransactions(PartiallySignedTransaction& psbtx);
| Name | Description |
|---|---|
| psbtx | The PSBT to shrink. |